SubscriptionScheduleAddInvoiceItemsItem constructor
const
SubscriptionScheduleAddInvoiceItemsItem({
- String? price,
- InvoiceItemPriceData? priceData,
- int? quantity,
- List<
String> ? taxRates,
add_invoice_item_entry
Implementation
const SubscriptionScheduleAddInvoiceItemsItem({
this.price,
this.priceData,
this.quantity,
this.taxRates,
});