switchMethod property
- @JsonKey(name: 'switch_method', toJson: depositSwitchGetResponseSwitchMethodToJson, fromJson: depositSwitchGetResponseSwitchMethodFromJson)
final
Implementation
@JsonKey(
name: 'switch_method',
toJson: depositSwitchGetResponseSwitchMethodToJson,
fromJson: depositSwitchGetResponseSwitchMethodFromJson,
)
final enums.DepositSwitchGetResponseSwitchMethod? switchMethod;