Interface OnboardingAddress

Export

OnboardingAddress

Hierarchy

  • OnboardingAddress

Properties

city: string

City, district, suburb, town, or village.

Memberof

OnboardingAddress

country: string

2-digit Country code (e.g. 'US', 'CA') See ISO 3166-1 alpha-2

Memberof

OnboardingAddress

postal_code: string

Zip code or postal code of the address. No special characters.

Memberof

OnboardingAddress

state: string

State/province/region of the address. For US and CA use 2-digit state/province codes (e.g. 'AL', 'AK', 'BC', 'ON', 'etc'.)

Memberof

OnboardingAddress

street: string

Address line 1 (Street address, P.O. boxes are not accepted).

Memberof

OnboardingAddress

street2?: string

Address line 2 (e.g., apartment, suite, unit, or building).

Memberof

OnboardingAddress

Generated using TypeDoc