allowContractIfCustomerDealIsOverTheirCreditLimit property

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

Implementation

@JsonKey(
  name: 'AllowContractIfCustomerDealIsOverTheirCreditLimit',
  includeIfNull: false,
)
final bool? allowContractIfCustomerDealIsOverTheirCreditLimit;