orderAdjustments property

  1. @JsonKey.new(name: 'order_adjustments', includeIfNull: false, defaultValue: <ShopifySharpRefundOrderAdjustment>[])
List<ShopifySharpRefundOrderAdjustment>? orderAdjustments
final

Implementation

@JsonKey(
  name: 'order_adjustments',
  includeIfNull: false,
  defaultValue: <ShopifySharpRefundOrderAdjustment>[],
)
final List<ShopifySharpRefundOrderAdjustment>? orderAdjustments;