hasInvoices property

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

Implementation

@JsonKey(name: 'HasInvoices', includeIfNull: false)
final bool? hasInvoices;