Information about whether or not a buyer requested cancellation.

BuyerRequestedCancel

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

Properties

BuyerCancelReason?: string

The reason that the buyer requested cancellation.

BuyerRequestedCancel

IsBuyerRequestedCancel?: string

Indicate whether the buyer has requested cancellation. Possible Values: true, false.

BuyerRequestedCancel