Authorization
data class Authorization(val invoiceId: String, val gatewayConfigurationId: String, val customerTokenId: String? = null, initialResponse: PONativeAlternativePaymentAuthorizationResponse? = null) : PONativeAlternativePaymentConfiguration.Flow
Configuration for native alternative payment authorization.
Parameters
invoiceId
Invoice identifier.
gatewayConfigurationId
Gateway configuration identifier.
customerTokenId
Optional customer token identifier that will be used for authorization.
Constructors
Link copied to clipboard
constructor(invoiceId: String, gatewayConfigurationId: String, customerTokenId: String? = null, initialResponse: PONativeAlternativePaymentAuthorizationResponse? = null)