BankTransferCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- BankTransferCreateRequest({String? clientId, String? secret, required String idempotencyKey, required String accessToken, required String accountId, required BankTransferType type, required BankTransferNetwork network, required String amount, required String isoCurrencyCode, required String description, ACHClass? achClass, required BankTransferUser user, String? customTag, BankTransferMetadata? metadata, String? originationAccountId})
-
BankTransferCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessToken → String
-
final
- accountId → String
-
final
- achClass → ACHClass?
-
final
- amount → String
-
final
- clientId → String?
-
final
- customTag → String?
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idempotencyKey → String
-
final
- isoCurrencyCode → String
-
final
- metadata → BankTransferMetadata?
-
final
- network → BankTransferNetwork
-
final
- originationAccountId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- type → BankTransferType
-
final
- user → BankTransferUser
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? idempotencyKey, String? accessToken, String? accountId, BankTransferType? type, BankTransferNetwork? network, String? amount, String? isoCurrencyCode, String? description, ACHClass? achClass, BankTransferUser? user, String? customTag, BankTransferMetadata? metadata, String? originationAccountId}) → BankTransferCreateRequest -
Available on BankTransferCreateRequest, provided by the $BankTransferCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String> ? idempotencyKey, Wrapped<String> ? accessToken, Wrapped<String> ? accountId, Wrapped<BankTransferType> ? type, Wrapped<BankTransferNetwork> ? network, Wrapped<String> ? amount, Wrapped<String> ? isoCurrencyCode, Wrapped<String> ? description, Wrapped<ACHClass?> ? achClass, Wrapped<BankTransferUser> ? user, Wrapped<String?> ? customTag, Wrapped<BankTransferMetadata?> ? metadata, Wrapped<String?> ? originationAccountId}) → BankTransferCreateRequest -
Available on BankTransferCreateRequest, provided by the $BankTransferCreateRequestExtension 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 BankTransferCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BankTransferCreateRequest instance)