@sumup/sdk
    Preparing search index...

    Type Alias AddressWithDetails

    Details of the registered address.

    type AddressWithDetails = {
        address_line1?: string;
        address_line2?: string;
        city?: string;
        company?: string;
        country?: string;
        country_details?: CountryDetails;
        first_name?: string;
        landline?: string;
        last_name?: string;
        post_code?: string;
        region_code?: string;
        region_id?: number;
        region_name?: string;
        state_id?: string;
        timeoffset_details?: TimeoffsetDetails;
    }
    Index

    Properties

    address_line1?: string

    Address line 1

    address_line2?: string

    Address line 2

    city?: string

    City

    company?: string

    undefined

    country?: string

    Country ISO 3166-1 code

    country_details?: CountryDetails
    first_name?: string

    undefined

    landline?: string

    Landline number

    last_name?: string

    undefined

    Optionalpost_code

    post_code?: string

    Postal code

    region_code?: string

    Region code

    region_id?: number

    Country region id

    region_name?: string

    Region name

    state_id?: string

    undefined

    timeoffset_details?: TimeoffsetDetails