CreatePaymentInput: {
    amount: Amount;
    assetSymbol: AssetSymbol;
    externalId?: string;
    narrative?: string;
    note?: string;
    receiver: PaymentInstrument;
}

Type declaration

Generated using TypeDoc