ShopifySharpRefund constructor

const ShopifySharpRefund({
  1. int? orderId,
  2. DateTime? createdAt,
  3. bool? notify,
  4. ShopifySharpShipping? shipping,
  5. String? currency,
  6. List<ShopifySharpRefundOrderAdjustment>? orderAdjustments,
  7. DateTime? processedAt,
  8. String? note,
  9. String? discrepancyReason,
  10. List<ShopifySharpRefundLineItem>? refundLineItems,
  11. List<ShopifySharpTransaction>? transactions,
  12. int? userId,
  13. List<ShopifySharpRefundDuty>? duties,
  14. List<ShopifySharpRefundDutyType>? refundDuties,
  15. ShopifySharpEntitiesReturn? $return,
  16. int? id,
  17. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpRefund({
  this.orderId,
  this.createdAt,
  this.notify,
  this.shipping,
  this.currency,
  this.orderAdjustments,
  this.processedAt,
  this.note,
  this.discrepancyReason,
  this.refundLineItems,
  this.transactions,
  this.userId,
  this.duties,
  this.refundDuties,
  this.$return,
  this.id,
  this.adminGraphqlApiId,
});