ShopifySharpRefund constructor
const
ShopifySharpRefund({
- int? orderId,
- DateTime? createdAt,
- bool? notify,
- ShopifySharpShipping? shipping,
- String? currency,
- List<
ShopifySharpRefundOrderAdjustment> ? orderAdjustments, - DateTime? processedAt,
- String? note,
- String? discrepancyReason,
- List<
ShopifySharpRefundLineItem> ? refundLineItems, - List<
ShopifySharpTransaction> ? transactions, - int? userId,
- List<
ShopifySharpRefundDuty> ? duties, - List<
ShopifySharpRefundDutyType> ? refundDuties, - ShopifySharpEntitiesReturn? $return,
- int? id,
- 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,
});