DepositSwitchCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DepositSwitchCreateRequest({String? clientId, String? secret, required String targetAccessToken, required String targetAccountId, DepositSwitchCreateRequestCountryCode? countryCode, DepositSwitchCreateRequestOptions? options})
-
DepositSwitchCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
final
- countryCode → DepositSwitchCreateRequestCountryCode?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- options → DepositSwitchCreateRequestOptions?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- targetAccessToken → String
-
final
- targetAccountId → String
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? targetAccessToken, String? targetAccountId, DepositSwitchCreateRequestCountryCode? countryCode, DepositSwitchCreateRequestOptions? options}) → DepositSwitchCreateRequest -
Available on DepositSwitchCreateRequest, provided by the $DepositSwitchCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String> ? targetAccessToken, Wrapped<String> ? targetAccountId, Wrapped<DepositSwitchCreateRequestCountryCode?> ? countryCode, Wrapped<DepositSwitchCreateRequestOptions?> ? options}) → DepositSwitchCreateRequest -
Available on DepositSwitchCreateRequest, provided by the $DepositSwitchCreateRequestExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DepositSwitchCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DepositSwitchCreateRequest instance)