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