ShopifySharpRefundOrderAdjustment constructor
const
ShopifySharpRefundOrderAdjustment({
- int? orderId,
- int? refundId,
- double? amount,
- double? taxAmount,
- String? kind,
- String? reason,
- ShopifySharpPriceSet? amountSet,
- ShopifySharpPriceSet? taxAmountSet,
- int? id,
- String? adminGraphqlApiId,
Implementation
const ShopifySharpRefundOrderAdjustment({
this.orderId,
this.refundId,
this.amount,
this.taxAmount,
this.kind,
this.reason,
this.amountSet,
this.taxAmountSet,
this.id,
this.adminGraphqlApiId,
});