PONativeAlternativePaymentUrlResolutionResponse
constructor(state: PONativeAlternativePaymentState, paymentMethod: PONativeAlternativePaymentMethodDetails, invoice: PONativeAlternativePaymentInvoice?, customerToken: PONativeAlternativePaymentCustomerToken?, elements: List<PONativeAlternativePaymentElement>?, redirect: PONativeAlternativePaymentRedirect?)
Parameters
state
State of native alternative payment.
paymentMethod
Payment method details.
invoice
Invoice details if any.
customerToken
Customer token details if any.
elements
An ordered list of elements that needs to be rendered on the UI during native alternative payment flow.
redirect
Indicates required redirect.