Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingRefund
Represents the shipping costs refunded on the Refund.
Signature:
export interface ShippingRefund
Property | Modifiers | Type | Description |
---|---|---|---|
amount | Scalars[‘Money’][‘output’] | The monetary value of the shipping fees to be refunded. | |
amountSet | MoneyBag | The monetary value of the shipping fees to be refunded in shop and presentment currencies. | |
maximumRefundable | Scalars[‘Money’][‘output’] | The maximum amount of shipping fees currently refundable. | |
maximumRefundableSet | MoneyBag | The maximum amount of shipping fees currently refundable in shop and presentment currencies. | |
tax | Scalars[‘Money’][‘output’] | The monetary value of the tax allocated to shipping fees to be refunded. | |
taxSet | MoneyBag | The monetary value of the tax allocated to shipping fees to be refunded in shop and presentment currencies. |