CreateBankAccountForReceipRequest class

Constructors

CreateBankAccountForReceipRequest.new({required String receipId, required String pixKey, required String agency, required String agencyVerificationDigit, required String bankCode, required String account, required String accountVerificationDigit})
CreateBankAccountForReceipRequest.fromJson(String source)
factory
CreateBankAccountForReceipRequest.fromMap(Map<String, dynamic> map)
factory

Properties

account String
final
accountVerificationDigit String
final
agency String
final
agencyVerificationDigit String
final
bankCode String
final
hashCode int
The hash code for this object.
no setterinherited
pixKey String
final
receipId String
final
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() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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