totalShippingPriceSet property

  1. @JsonKey.new(name: 'total_shipping_price_set', includeIfNull: false)
ShopifySharpPriceSet? totalShippingPriceSet
final

Implementation

@JsonKey(name: 'total_shipping_price_set', includeIfNull: false)
final ShopifySharpPriceSet? totalShippingPriceSet;