RazorpayAccountBaseRequestBody class abstract

Annotations
  • @freezed

Constructors

RazorpayAccountBaseRequestBody.new({required String email, required Profile profile, required dynamic phone, required String business_type, required String legal_business_name, required String contact_name, String? type, String? reference_id, String? customer_facing_business_name, LegalInfo? legal_info, Apps? apps, Brand? brand, ContactInfoSupport? contact_info, IMap? notes})
const
factory
RazorpayAccountBaseRequestBody.fromJson(Map<String, dynamic> json)
factory

Properties

apps Apps?
no setterinherited
brand Brand?
no setterinherited
business_type String
no setterinherited
contact_info ContactInfoSupport?
no setterinherited
contact_name String
no setterinherited
copyWith → $RazorpayAccountBaseRequestBodyCopyWith<RazorpayAccountBaseRequestBody>
Create a copy of RazorpayAccountBaseRequestBody with the given fields replaced by the non-null parameter values.
no setterinherited
customer_facing_business_name String?
no setterinherited
email String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
no setterinherited
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 RazorpayAccountBaseRequestBody to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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