Class PaymentOp

java.lang.Object
org.stellar.sdk.xdr.PaymentOp

public class PaymentOp extends Object
PaymentOp's original definition in the XDR file is:
 struct PaymentOp
 {
     MuxedAccount destination; // recipient of the payment
     Asset asset;              // what they end up with
     int64 amount;             // amount they end up with
 };