interface WithdrawalRequest {
    amount: number;
    currencyCode: string;
    deviceInfo?: DeviceInfo;
    merchantRefNum?: string;
    paymentInstrumentReference?: PaymentInstrumentReference;
    paymentOption: PaymentOptionType;
    paymentProperties?: PaymentProperty[];
}

Properties

amount: number
currencyCode: string
deviceInfo?: DeviceInfo
merchantRefNum?: string
paymentInstrumentReference?: PaymentInstrumentReference
paymentOption: PaymentOptionType
paymentProperties?: PaymentProperty[]

Generated using TypeDoc