switchMethod property

  1. @JsonKey(name: 'switch_method', toJson: depositSwitchGetResponseSwitchMethodToJson, fromJson: depositSwitchGetResponseSwitchMethodFromJson)
DepositSwitchGetResponseSwitchMethod? switchMethod
final

Implementation

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