RazorpayAccountUpdateRequestBody class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayAccountUpdateRequestBody.new({Profile? profile, dynamic phone, String? type, String? reference_id, String? legal_business_name, String? customer_facing_business_name, LegalInfo? legal_info, Apps? apps, Brand? brand, String? contact_name, ContactInfoSupport? contact_info, IMap? notes})
-
constfactory
-
RazorpayAccountUpdateRequestBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- apps → Apps?
-
no setterinherited
- brand → Brand?
-
no setterinherited
- contact_info → ContactInfoSupport?
-
no setterinherited
- contact_name → String?
-
no setterinherited
-
copyWith
→ $RazorpayAccountUpdateRequestBodyCopyWith<
RazorpayAccountUpdateRequestBody> -
Create a copy of RazorpayAccountUpdateRequestBody
with the given fields replaced by the non-null parameter values.
no setterinherited
- customer_facing_business_name → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- legal_business_name → String?
-
no setterinherited
- legal_info → LegalInfo?
-
no setterinherited
- notes → IMap?
-
no setterinherited
- phone → dynamic
-
no setterinherited
- profile → Profile?
-
no setterinherited
- reference_id → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayAccountUpdateRequestBody to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited