IssueInvoiceRequest constructor
const
IssueInvoiceRequest({
- required String idempotencyKey,
- required String taxScheme,
- required String priceMode,
- required String serviceStart,
- required List<
InvoiceItemInput> items, - String? customerId,
- String? serviceEnd,
- int? paymentTermDays,
- String? orderReference,
- String? intro,
- String? note,
- String? paymentReference,
- bool? girocode,
- bool? tracking,
- Map<
String, String> ? metadata, - String? language,
- String? brandId,
- PaymentInput? payment,
Implementation
const IssueInvoiceRequest({
required this.idempotencyKey,
required this.taxScheme,
required this.priceMode,
required this.serviceStart,
required this.items,
this.customerId,
this.serviceEnd,
this.paymentTermDays,
this.orderReference,
this.intro,
this.note,
this.paymentReference,
this.girocode,
this.tracking,
this.metadata,
this.language,
this.brandId,
this.payment,
});