@sumup/sdk
    Preparing search index...

    Type Alias Address

    Profile's personal address information.

    type Address = {
        city?: string;
        country?: string;
        line_1?: string;
        line_2?: string;
        postal_code?: string;
        state?: string;
    }
    Index

    Properties

    city?: string

    City name from the address.

    country?: string

    Two letter country code formatted according to ISO3166-1 alpha-2.

    line_1?: string

    First line of the address with details of the street name and number.

    line_2?: string

    Second line of the address with details of the building, unit, apartment, and floor numbers.

    postal_code?: string

    Postal code from the address.

    state?: string

    State name or abbreviation from the address.