ProcessorBankTransferCreateRequest class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ProcessorBankTransferCreateRequest({String? clientId, String? secret, required String idempotencyKey, required String processorToken, 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})
-
ProcessorBankTransferCreateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- 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
- processorToken → 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? processorToken, BankTransferType? type, BankTransferNetwork? network, String? amount, String? isoCurrencyCode, String? description, ACHClass? achClass, BankTransferUser? user, String? customTag, BankTransferMetadata? metadata, String? originationAccountId}) → ProcessorBankTransferCreateRequest -
Available on ProcessorBankTransferCreateRequest, provided by the $ProcessorBankTransferCreateRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? clientId, Wrapped<String?> ? secret, Wrapped<String> ? idempotencyKey, Wrapped<String> ? processorToken, 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}) → ProcessorBankTransferCreateRequest -
Available on ProcessorBankTransferCreateRequest, provided by the $ProcessorBankTransferCreateRequestExtension 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 ProcessorBankTransferCreateRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ProcessorBankTransferCreateRequest instance)