RazorpayAccount class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayAccount.new({required String id, required String email, required Profile profile, required dynamic phone, required String business_type, required String legal_business_name, required String contact_name, required bool live, required bool hold_funds, required String status, required int created_at, String? type, String? reference_id, String? customer_facing_business_name, LegalInfo? legal_info, Apps? apps, Brand? brand, ContactInfoSupport? contact_info, IMap? notes, int? activated_at})
-
constfactory
-
RazorpayAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activated_at → int?
-
no setterinherited
- apps → Apps?
-
no setterinherited
- brand → Brand?
-
no setterinherited
- business_type → String
-
no setterinherited
- contact_info → ContactInfoSupport?
-
no setterinherited
- contact_name → String
-
no setterinherited
-
copyWith
→ $RazorpayAccountCopyWith<
RazorpayAccount> -
Create a copy of RazorpayAccount
with the given fields replaced by the non-null parameter values.
no setterinherited
- created_at → int
-
no setterinherited
- customer_facing_business_name → String?
-
no setterinherited
- email → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hold_funds → bool
-
no setterinherited
- id → String
-
no setterinherited
- legal_business_name → String
-
no setterinherited
- legal_info → LegalInfo?
-
no setterinherited
- live → bool
-
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
- status → String
-
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 RazorpayAccount to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited