credit property

  1. @JsonKey(name: 'credit', toJson: accountSubtypeListToJson, fromJson: accountSubtypeListFromJson)
List<AccountSubtype>? credit
final

Implementation

@JsonKey(
  name: 'credit',
  toJson: accountSubtypeListToJson,
  fromJson: accountSubtypeListFromJson,
)
final List<enums.AccountSubtype>? credit;