Package-level declarations

Types

Link copied to clipboard
data class Customer(val id: String, val balance: Balance, val billingDetails: BillingDetails, val email: String?, val merchantID: String, val phone: String?, val status: String, val isTapToPayEnabled: Boolean, val autoReloadConfig: AutoReloadConfiguration?, val paymentMethods: List<PaymentMethod>)

A Customer object represents a customer of your business.