PONativeAlternativePaymentAuthorizationResponse

Specifies details of native alternative payment.

Parameters

state

State of native alternative payment.

invoice

Invoice details.

paymentMethod

Payment method details.

elements

An ordered list of elements that needs to be rendered on the UI during native alternative payment flow.

redirect

Indicates required redirect.

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class Invoice(val amount: String, val currency: String)

Invoice details.