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.