Class SimplePaymentResult

java.lang.Object
org.stellar.sdk.xdr.SimplePaymentResult
All Implemented Interfaces:
XdrElement

public class SimplePaymentResult extends Object implements XdrElement
SimplePaymentResult's original definition in the XDR file is:
 struct SimplePaymentResult
 {
     AccountID destination;
     Asset asset;
     int64 amount;
 };