POSavedPaymentMethodsEvent

Defines saved payment methods lifecycle events.

Inheritors

Types

Link copied to clipboard
data class DidDeleteCustomerToken(val customerId: String, val tokenId: String) : POSavedPaymentMethodsEvent

Event is sent when customer token has been deleted.

Link copied to clipboard

Event is sent when unretryable error occurs. This is a final event.

Link copied to clipboard

Event indicates that initialization is complete.

Link copied to clipboard

Initial event that is sent prior any other event.