Open Cap Table Protocol Canton SDK - v0.2.84
    Preparing search index...

    Interface Address

    Type - Address Type representation of an address

    interface Address {
        address_type: AddressType;
        city?: string;
        country: string;
        country_subdivision?: string;
        postal_code?: string;
        street_suite?: string;
    }
    Index

    Properties

    address_type: AddressType

    Type of address (legal, contact, or other)

    city?: string

    City name

    country: string

    Country code (ISO 3166-1 alpha-2)

    country_subdivision?: string

    Country subdivision/state/province code or name

    postal_code?: string

    Postal or ZIP code

    street_suite?: string

    Street address and suite/apartment