Buyer information.

Export

BuyerInfo

interface BuyerInfo {
    BuyerCounty?: string;
    BuyerEmail?: string;
    BuyerName?: string;
    BuyerTaxInfo?: BuyerTaxInfo;
    PurchaseOrderNumber?: string;
}

Properties

BuyerCounty?: string

The county of the buyer.

Memberof

BuyerInfo

BuyerEmail?: string

The anonymized email address of the buyer.

Memberof

BuyerInfo

BuyerName?: string

The buyer name or the recipient name.

Memberof

BuyerInfo

BuyerTaxInfo?: BuyerTaxInfo

Memberof

BuyerInfo

PurchaseOrderNumber?: string

The purchase order (PO) number entered by the buyer at checkout. Returned only for orders where the buyer entered a PO number at checkout.

Memberof

BuyerInfo