Interface ShippingOptionSelectRejectionResponse

Shipping option select rejection response.

interface ShippingOptionSelectRejectionResponse {
    rejectionReason: "INVALID_OPTION";
}

Properties

Properties

rejectionReason: "INVALID_OPTION"