Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 4 KB

File metadata and controls

20 lines (15 loc) · 4 KB

BillingDetails

Example Usage

import { BillingDetails } from "@gr4vy/sdk/models/components";

let value: BillingDetails = {};

Fields

Field Type Required Description Example
firstName string The first name(s) or given name for the buyer. John
lastName string The last name, or family name, of the buyer. Doe
emailAddress string The email address for the buyer. john@example.com
phoneNumber string The phone number for the buyer which should be formatted according to the E164 number standard. +1234567890
address components.Address The billing address for the buyer.
taxId components.TaxId The tax ID information associated with the billing details.