Type Alias ShippingOptionSelectRejectionResponse

ShippingOptionSelectRejectionResponse: {
    rejectionReason: ShippingOptionRejectionReason;
}

Shipping option select rejection response.

Type declaration