RazorpayCustomerDetails class abstract
- Annotations
-
- @freezed
Constructors
- RazorpayCustomerDetails.new({String? id, String? name, String? email, dynamic contact, String? gstin, String? customer_name, String? customer_email, String? customer_contact, RazorpayInvoiceAddress? billing_address, RazorpayInvoiceAddress? shipping_address})
-
constfactory
-
RazorpayCustomerDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- billing_address → RazorpayInvoiceAddress?
-
no setterinherited
- contact → dynamic
-
no setterinherited
-
copyWith
→ $RazorpayCustomerDetailsCopyWith<
RazorpayCustomerDetails> -
Create a copy of RazorpayCustomerDetails
with the given fields replaced by the non-null parameter values.
no setterinherited
- customer_contact → String?
-
no setterinherited
- customer_email → String?
-
no setterinherited
- customer_name → String?
-
no setterinherited
- email → String?
-
no setterinherited
- gstin → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
no setterinherited
- name → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shipping_address → RazorpayInvoiceAddress?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RazorpayCustomerDetails to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited