Mayson Monorepo Documentation
    Preparing search index...
    interface LocationCreateParams {
        address?: Stripe.Terminal.LocationCreateParams.Address;
        address_kana?: JapanAddressParam;
        address_kanji?: JapanAddressParam;
        configuration_overrides?: string;
        display_name?: string;
        display_name_kana?: string;
        display_name_kanji?: string;
        expand?: string[];
        metadata?: Emptyable<MetadataParam>;
        phone?: string;
    }
    Index

    Properties

    The full address of the location.

    address_kana?: JapanAddressParam

    The Kana variation of the full address of the location (Japan only).

    address_kanji?: JapanAddressParam

    The Kanji variation of the full address of the location (Japan only).

    configuration_overrides?: string

    The ID of a configuration that will be used to customize all readers in this location.

    display_name?: string

    A name for the location. Maximum length is 1000 characters.

    display_name_kana?: string

    The Kana variation of the name for the location (Japan only). Maximum length is 1000 characters.

    display_name_kanji?: string

    The Kanji variation of the name for the location (Japan only). Maximum length is 1000 characters.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

    phone?: string

    The phone number for the location.