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