allowContractIfCustomerDealDoesNotHaveValidNonTaxCertificate property

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

Implementation

@JsonKey(
  name: 'AllowContractIfCustomerDealDoesNotHaveValidNonTaxCertificate',
  includeIfNull: false,
)
final bool? allowContractIfCustomerDealDoesNotHaveValidNonTaxCertificate;