PONativeAlternativePaymentAuthorizationResponse
data class PONativeAlternativePaymentAuthorizationResponse(val state: PONativeAlternativePaymentState, val invoice: PONativeAlternativePaymentAuthorizationResponse.Invoice, val paymentMethod: PONativeAlternativePaymentMethodDetails, val elements: List<PONativeAlternativePaymentElement>?, val redirect: PONativeAlternativePaymentRedirect?)
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.
Constructors
Link copied to clipboard
constructor(state: PONativeAlternativePaymentState, invoice: PONativeAlternativePaymentAuthorizationResponse.Invoice, paymentMethod: PONativeAlternativePaymentMethodDetails, elements: List<PONativeAlternativePaymentElement>?, redirect: PONativeAlternativePaymentRedirect?)