POAlternativePaymentMethodResponse

data class POAlternativePaymentMethodResponse(val gatewayToken: String, val customerId: String?, val tokenId: String?, val returnType: POAlternativePaymentMethodResponse.APMReturnType)

Response of the alternative payment.

Parameters

gatewayToken

Gateway token starting with the prefix gway_req_ that can be used to perform a sale call.

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.

returnType

Indicates if this is an APM token creation or a payment creation response.

Constructors

Link copied to clipboard
constructor(gatewayToken: String, customerId: String?, tokenId: String?, returnType: POAlternativePaymentMethodResponse.APMReturnType)

Types

Link copied to clipboard
@JsonClass(generateAdapter = false)
enum APMReturnType : Enum<POAlternativePaymentMethodResponse.APMReturnType>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard