DidDeleteCustomerToken

data class DidDeleteCustomerToken(val customerId: String, val tokenId: String) : POSavedPaymentMethodsEvent

Event is sent when customer token has been deleted.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard