import { Address } from "@polar-sh/sdk/models/components/address.js";
let value: Address = {
country: "FR",
};
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 |