The list of attributes related to the buyer.

Export

GetAttributesResponseBuyer

interface GetAttributesResponseBuyer {
    locale?: string;
}

Properties

Properties

locale?: string

The buyer's language of preference, indicated with a locale-specific language tag. Examples: "en-US", "zh-CN", and "en-GB".

Memberof

GetAttributesResponseBuyer