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