CustomerData

data class CustomerData(val name: String, val email: String)

Inline customer data used to create or match a customer record during charge intent creation.

Constructors

Link copied to clipboard
constructor(name: String, email: String)

Properties

Link copied to clipboard

Email address of the customer.

Link copied to clipboard

Full name of the customer.