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

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)