PODeleteCustomerTokenRequest

data class PODeleteCustomerTokenRequest(val customerId: String, val tokenId: String, val clientSecret: String)

Request to delete a customer token.

Parameters

customerId

ID of the customer.

tokenId

Token ID that belong to the customer.

clientSecret

Client secret is a value of X-ProcessOut-Client-Secret header of the invoice.

Constructors

Link copied to clipboard
constructor(customerId: String, tokenId: String, clientSecret: String)

Properties

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