RazorpayCustomerBankAccount class
- Annotations
-
- @freezed
Constructors
- RazorpayCustomerBankAccount.new({String? id, String? entity, String? ifsc, String? bank_name, String? account_number, String? name, IMap? notes, String? success, String? status, String? username, String? handle, String? address, String? short_url, String? reference, int? updated_at})
-
constfactory
-
RazorpayCustomerBankAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account_number → String?
-
no setterinherited
- address → String?
-
no setterinherited
- bank_name → String?
-
no setterinherited
-
copyWith
→ $RazorpayCustomerBankAccountCopyWith<
RazorpayCustomerBankAccount> -
Create a copy of RazorpayCustomerBankAccount
with the given fields replaced by the non-null parameter values.
no setterinherited
- entity → String?
-
no setterinherited
- handle → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setterinherited
- ifsc → String?
-
no setterinherited
- name → String?
-
no setterinherited
- notes → IMap?
-
no setterinherited
- reference → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- short_url → String?
-
no setterinherited
- status → String?
-
no setterinherited
- success → String?
-
no setterinherited
- updated_at → int?
-
no setterinherited
- username → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayCustomerBankAccount to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited