billingNotes property

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

Implementation

@JsonKey(name: 'BillingNotes', includeIfNull: false)
final bool? billingNotes;