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