Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

address.md

File metadata and controls

22 lines (17 loc) · 1 KB

Address

Example Usage

import { Address } from "@polar-sh/sdk/models/components/address.js";

let value: Address = {
  country: "FR",
};

Fields

Field Type Required Description Example
line1 string N/A
line2 string N/A
postalCode string N/A
city string N/A
state string N/A
country string ✔️ N/A US