Class SimplePaymentResult

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

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