RazorpayTaxInvoice constructor
- @JsonSerializable(includeIfNull: false)
const
RazorpayTaxInvoice(
{ - String? number,
- int? date,
- String? customer_name,
- String? business_gstin,
- int? gst_amount,
- int? cess_amount,
- SupplyType? supply_type,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayTaxInvoice({
String? number,
int? date, // Unix timestamp
String? customer_name,
String? business_gstin,
int? gst_amount, // In paise
int? cess_amount, // In paise
SupplyType? supply_type,
}) = _RazorpayTaxInvoice;