Customer
The customer information associated with the payment or subscription.
type Customer {
email: String
name: String
phone: String
}
Fields
Customer.email ● String scalar
The customer's email address.
Customer.name ● String scalar
The customer's full name or business name.
Customer.phone ● String scalar
The customer's phone number in E.164 format.
Member Of
Charge object ● ChargeEventObject object ● Payment object ● Subscription object ● SubscriptionEventObject object