customer property

  1. @JsonKey.new(name: 'customer', includeIfNull: false)
ShopifySharpCustomer? customer
final

Implementation

@JsonKey(name: 'customer', includeIfNull: false)
final ShopifySharpCustomer? customer;