openinvoicedataPeriodNumberOfLines property
- @BuiltValueField.new(wireName: r'openinvoicedata.numberOfLines')
The number of invoice lines included in openinvoicedata. There needs to be at least one line, so numberOfLines needs to be at least 1.
Implementation
@BuiltValueField(wireName: r'openinvoicedata.numberOfLines')
String? get openinvoicedataPeriodNumberOfLines;