Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.04 KB

checkoutcustomerbillingaddressfields.md

File metadata and controls

27 lines (22 loc) · 1.04 KB

CheckoutCustomerBillingAddressFields

Example Usage

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,
};

Fields

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