BankAccountPaymentDetails class

Additional details about BANK_ACCOUNT type payments.

Annotations
  • @JsonSerializable()

Constructors

BankAccountPaymentDetails({String? accountOwnershipType, AchDetails? achDetails, String? bankName, String? country, String? fingerprint, String? statementDescription, String? transferType})
@macro Additional details about BANK_ACCOUNT type payments.
const
BankAccountPaymentDetails.fromJson(Map<String, dynamic> json)
Converts a Map to an BankAccountPaymentDetails
factory

Properties

accountOwnershipType String?
The ownership type of the bank account performing the transfer. The type can be INDIVIDUAL, COMPANY, or UNKNOWN.
final
achDetails AchDetails?
ACH-specific information about the transfer. The information is only populated if the transfer_type is ACH.
final
bankName String?
The name of the bank associated with the bank account.
final
country String?
The two-letter ISO code representing the country the bank account is located in.
final
fingerprint String?
Uniquely identifies the bank account for this seller and can be used to determine if payments are from the same bank account.
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementDescription String?
The statement description as sent to the bank.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
transferType String?
The type of the bank transfer. The type can be ACH or UNKNOWN.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a BankAccountPaymentDetails to a Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited