Skip to main content

ContactDetails

Billing or shipping contact information associated with the payment method at the time of the transaction.

type ContactDetails {
email: String
name: String
company: String
phone: String
address: Address
taxId: String
}

Fields

ContactDetails.email ● String scalar

The customer's email address.

ContactDetails.name ● String scalar

The customer's full name.

ContactDetails.company ● String scalar

Company name.

ContactDetails.phone ● String scalar

The customer's phone number in E.164 format.

ContactDetails.address ● Address object

Postal address.

ContactDetails.taxId ● String scalar

Company tax ID.

Member Of

Charge object ● ChargeEventObject object ● Payment object ● Subscription object ● SubscriptionEventObject object