currentTotalPriceSet property

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

Implementation

@JsonKey(name: 'current_total_price_set', includeIfNull: false)
final ShopifySharpPriceSet? currentTotalPriceSet;