POInvoiceAuthorizationResponse

data class POInvoiceAuthorizationResponse(val outcome: POInvoiceAuthorizationOutcome, val customerTokenId: String?)

Invoice authorization response.

Parameters

outcome

Invoice authorization outcome.

customerTokenId

Optional customer token ID. Available if invoice was authorized with saveSource flag set to true and implementation was able to tokenize the source.

Constructors

Link copied to clipboard
constructor(outcome: POInvoiceAuthorizationOutcome, customerTokenId: String?)

Properties

Link copied to clipboard
Link copied to clipboard