RazorpayCustomerBankAccountRequestBody class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayCustomerBankAccountRequestBody.new({required String ifsc_code, required String account_number, String? beneficiary_name, String? beneficiary_address1, String? beneficiary_address2, String? beneficiary_address3, String? beneficiary_address4, String? beneficiary_email, String? beneficiary_mobile, String? beneficiary_city, String? beneficiary_state, String? beneficiary_country, String? beneficiary_pin})
-
constfactory
-
RazorpayCustomerBankAccountRequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account_number → String
-
no setterinherited
- beneficiary_address1 → String?
-
no setterinherited
- beneficiary_address2 → String?
-
no setterinherited
- beneficiary_address3 → String?
-
no setterinherited
- beneficiary_address4 → String?
-
no setterinherited
- beneficiary_city → String?
-
no setterinherited
- beneficiary_country → String?
-
no setterinherited
- beneficiary_email → String?
-
no setterinherited
- beneficiary_mobile → String?
-
no setterinherited
- beneficiary_name → String?
-
no setterinherited
- beneficiary_pin → String?
-
no setterinherited
- beneficiary_state → String?
-
no setterinherited
-
copyWith
→ $RazorpayCustomerBankAccountRequestBodyCopyWith<
RazorpayCustomerBankAccountRequestBody> -
Create a copy of RazorpayCustomerBankAccountRequestBody
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- ifsc_code → String
-
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> -
Serializes this RazorpayCustomerBankAccountRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited