CollectBankAccountParams class

Parameters that provide additional information for collecting the bankaccount for ACH payment

Annotations
  • @freezed

Constructors

CollectBankAccountParams({required BillingDetails billingDetails, @Default(PaymentMethodType.USBankAccount) PaymentMethodType paymentMethodType})
const
factory
CollectBankAccountParams.fromJson(Map<String, dynamic> json)
factory

Properties

billingDetails BillingDetails
Billingdetails of the account holder
no setterinherited
copyWith → $CollectBankAccountParamsCopyWith<CollectBankAccountParams>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
paymentMethodType PaymentMethodType
The paymentmethod type. At this point only method PaymentMethodType.USBankAccount is supported.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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