allowContractIfCustomerDealIsOverTheirCreditLimit property
- @JsonKey.new(name: 'AllowContractIfCustomerDealIsOverTheirCreditLimit', includeIfNull: false)
final
Implementation
@JsonKey(
name: 'AllowContractIfCustomerDealIsOverTheirCreditLimit',
includeIfNull: false)
final bool? allowContractIfCustomerDealIsOverTheirCreditLimit;