Payment Op Xdr
data class PaymentOpXdr(val destination: MuxedAccountXdr, val asset: AssetXdr, val amount: Int64Xdr)
XDR Source: struct PaymentOp { MuxedAccount destination; // recipient of the payment Asset asset; // what they end up with int64 amount; // amount they end up with };