POInvoice

constructor(id: String, amount: String, currency: String, @Json(name = "return_url") returnUrl: String?, @Json(name = "payment_methods") paymentMethods: List<PODynamicCheckoutPaymentMethod>?)

Parameters

id

Invoice identifier.

amount

Invoice amount.

currency

Invoice currency.

returnUrl

Return URL or deep link for web based operations.

paymentMethods

Dynamic checkout configuration.