Information about whether or not a buyer requested cancellation.

Export

BuyerRequestedCancel

interface BuyerRequestedCancel {
    BuyerCancelReason?: string;
    IsBuyerRequestedCancel?: boolean;
}

Properties

BuyerCancelReason?: string

The reason that the buyer requested cancellation.

Memberof

BuyerRequestedCancel

IsBuyerRequestedCancel?: boolean

When true, the buyer has requested cancellation.

Memberof

BuyerRequestedCancel