Authorization
data class Authorization(val invoiceId: String, val gatewayConfigurationId: String, val customerTokenId: String? = 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.