ShopifySharpRefundOrderAdjustment constructor

const ShopifySharpRefundOrderAdjustment({
  1. int? orderId,
  2. int? refundId,
  3. double? amount,
  4. double? taxAmount,
  5. String? kind,
  6. String? reason,
  7. ShopifySharpPriceSet? amountSet,
  8. ShopifySharpPriceSet? taxAmountSet,
  9. int? id,
  10. 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,
});