creditLimit property

  1. @JsonKey.new(name: 'CreditLimit', includeIfNull: false)
int? creditLimit
final

Implementation

@JsonKey(name: 'CreditLimit', includeIfNull: false)
final int? creditLimit;