import { CheckoutCustomerBillingAddressFields } from "@polar-sh/sdk/models/components/checkoutcustomerbillingaddressfields.js";
let value: CheckoutCustomerBillingAddressFields = {
country: false,
state: false,
city: false,
postalCode: false,
line1: false,
line2: false,
};
Field | Type | Required | Description |
---|---|---|---|
country |
boolean | ✔️ | N/A |
state |
boolean | ✔️ | N/A |
city |
boolean | ✔️ | N/A |
postalCode |
boolean | ✔️ | N/A |
line1 |
boolean | ✔️ | N/A |
line2 |
boolean | ✔️ | N/A |