Class PaymentOperation

java.lang.Object
org.stellar.sdk.Operation
org.stellar.sdk.PaymentOperation

public class PaymentOperation extends Operation
Represents Payment operation.
  • Method Details

    • getDestination

      @NonNull public @NonNull String getDestination()
      Account that receives the payment.
    • getAsset

      @NonNull public @NonNull Asset getAsset()
      Asset to send to the destination account.
    • getAmount

      @NonNull public @NonNull String getAmount()
      Amount of the asset to send.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Operation
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Operation