Interface PrincipalAddress

Export

PrincipalAddress

Hierarchy

  • PrincipalAddress

Properties

city: string

City where address is located.

Memberof

PrincipalAddress

country: string

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

Memberof

PrincipalAddress

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

PrincipalAddress

street: string

First line of the street address

Memberof

PrincipalAddress

street2?: string

Second line of the street address, if required.

Memberof

PrincipalAddress

years_at_address?: number

Years at given address. Required for CA merchant accounts (region = CA).

Memberof

PrincipalAddress

zip: string

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

Memberof

PrincipalAddress

Generated using TypeDoc