CardDepositRequest

constructor(amount: Long, currencyCode: String, paymentInstrumentReference: PaymentInstrumentReference?, merchantRefNum: String?)

Constructor for the Embedded Deposit flow. In the embedded flow, users review deposit details and complete 3DS within the app. The result is then returned to the client application.


constructor(amount: Long, currencyCode: String, paymentInstrumentReference: PaymentInstrumentReference? = null, merchantRefNum: String? = null, returnUrl: String, method: HttpRequestMethod)