POAlternativePaymentMethodRequest
constructor(invoiceId: String, gatewayConfigurationId: String, additionalData: Map<String, String>? = null, customerId: String? = null, tokenId: String? = null)
Parameters
invoiceId
Invoice identifier for the APM payment.
gatewayConfigurationId
Gateway configuration ID of the APM.
additionalData
Additional data that will be supplied to the APM.
customerId
Customer ID that may be used for creating APM recurring token.
tokenId
Customer token ID that may be used for creating APM recurring token.