@stigg/node-server-sdk - v4.23.0

    Type Alias Address

    optional country of the address - in a valid ISO 3166-1 alpha-2 format

    type Address = {
        addressLine1?: string;
        addressLine2?: string;
        city?: string;
        country?: string;
        phoneNumber?: string;
        postalCode?: string;
        state?: string;
    }
    Index

    Properties

    addressLine1?: string
    addressLine2?: string
    city?: string
    country?: string
    phoneNumber?: string
    postalCode?: string
    state?: string
    MMNEPVFCICPMFPCPTTAAATR