useCustomerTax property

  1. @JsonKey.new(name: 'UseCustomerTax', includeIfNull: false)
bool? useCustomerTax
final

Implementation

@JsonKey(name: 'UseCustomerTax', includeIfNull: false)
final bool? useCustomerTax;