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