ProcessorBankTransferCreateRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

ProcessorBankTransferCreateRequest({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.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

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.
inherited

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)