accountSubtype property

  1. @JsonKey(name: 'account_subtype', toJson: depositSwitchTargetAccountAccountSubtypeToJson, fromJson: depositSwitchTargetAccountAccountSubtypeFromJson)
DepositSwitchTargetAccountAccountSubtype accountSubtype
final

Implementation

@JsonKey(
  name: 'account_subtype',
  toJson: depositSwitchTargetAccountAccountSubtypeToJson,
  fromJson: depositSwitchTargetAccountAccountSubtypeFromJson,
)
final enums.DepositSwitchTargetAccountAccountSubtype accountSubtype;