ShippingDiscount
Defines an individual shipping discount. This discount can be applied to shipping.
type ShippingDiscount = {
__typename?: 'ShippingDiscount'; /** The amount of the discount. */
amount: Money;
};Defines an individual shipping discount. This discount can be applied to shipping.
type ShippingDiscount = {
__typename?: 'ShippingDiscount'; /** The amount of the discount. */
amount: Money;
};