PONativeAlternativePaymentMethod
@JsonClass(generateAdapter = true)
Details of native alternative payment method.
Parameters
state
Current state of payment.
parameterDefinitions
Contains details about the additional information you need to collect from customer before creating the payment request.
parameterValues
Additional information about the payment step.
Constructors
Link copied to clipboard
constructor(state: PONativeAlternativePaymentMethodState, parameterDefinitions: List<PONativeAlternativePaymentMethodParameter>?, parameterValues: PONativeAlternativePaymentMethodParameterValues?)