estimatedTaxes property

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

Implementation

@JsonKey(name: 'estimated_taxes', includeIfNull: false)
final bool? estimatedTaxes;