Packages

o

stellar.sdk.model.result

PaymentDestinationNotAuthorised

case object PaymentDestinationNotAuthorised extends PaymentResult with Product with Serializable

Payment operation failed because the destination account is not authorised to hold the asset.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PaymentDestinationNotAuthorised
  2. Serializable
  3. Product
  4. Equals
  5. PaymentResult
  6. ProcessedOperationResult
  7. OperationResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def result: org.stellar.xdr.PaymentResult
  4. def transactionResult: OperationResultTr
  5. def xdr: org.stellar.xdr.OperationResult