CustomerInput
Customer identification input.
input CustomerInput {
email: String
name: String
phone: String
}
Fields
CustomerInput.email ● String scalar
The customer's email address.
CustomerInput.name ● String scalar
The customer's full name or business name.
CustomerInput.phone ● String scalar
The customer's phone number in E.164 format.
Member Of
CreatePaymentInput input ● CreateSubscriptionInput input ● UpdateSubscriptionInput input