CustomerAddress
interface CustomerAddress {
city: string;
country: string;
line1: string;
line2?: string;
zipCode: string;
}Source: types.ts:99
Properties
city: string
country: string
line1: string
line2: string
Optional second address line