TransferAuthorizationCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TransferAuthorizationCreateRequest({String? clientId, String? secret, String? accessToken, String? accountId, String? paymentProfileToken, required TransferType type, required TransferNetwork network, required String amount, ACHClass? achClass, required TransferAuthorizationUserInRequest user, TransferAuthorizationDevice? device, String? originationAccountId, String? isoCurrencyCode, String? idempotencyKey, bool? userPresent, bool? withGuarantee, String? beaconSessionId, String? originatorClientId})
-
TransferAuthorizationCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessToken → String?
-
final
- accountId → String?
-
final
- achClass → ACHClass?
-
final
- amount → String
-
final
- beaconSessionId → String?
-
final
- clientId → String?
-
final
- device → TransferAuthorizationDevice?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idempotencyKey → String?
-
final
- isoCurrencyCode → String?
-
final
- network → TransferNetwork
-
final
- originationAccountId → String?
-
final
- originatorClientId → 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 → TransferAuthorizationUserInRequest
-
final
- userPresent → bool?
-
final
- withGuarantee → bool?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, String? accessToken, String? accountId, String? paymentProfileToken, TransferType? type, TransferNetwork? network, String? amount, ACHClass? achClass, TransferAuthorizationUserInRequest? user, TransferAuthorizationDevice? device, String? originationAccountId, String? isoCurrencyCode, String? idempotencyKey, bool? userPresent, bool? withGuarantee, String? beaconSessionId, String? originatorClientId}) → TransferAuthorizationCreateRequest -
Available on TransferAuthorizationCreateRequest, provided by the $TransferAuthorizationCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String?> ? accessToken, Wrapped<String?> ? accountId, Wrapped<String?> ? paymentProfileToken, Wrapped<TransferType> ? type, Wrapped<TransferNetwork> ? network, Wrapped<String> ? amount, Wrapped<ACHClass?> ? achClass, Wrapped<TransferAuthorizationUserInRequest> ? user, Wrapped<TransferAuthorizationDevice?> ? device, Wrapped<String?> ? originationAccountId, Wrapped<String?> ? isoCurrencyCode, Wrapped<String?> ? idempotencyKey, Wrapped<bool?> ? userPresent, Wrapped<bool?> ? withGuarantee, Wrapped<String?> ? beaconSessionId, Wrapped<String?> ? originatorClientId}) → TransferAuthorizationCreateRequest -
Available on TransferAuthorizationCreateRequest, provided by the $TransferAuthorizationCreateRequestExtension 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 TransferAuthorizationCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferAuthorizationCreateRequest instance)