api_client.model.AccountingInvoiceServiceModel
Load the model package
import 'package:api_client/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
canSendInvoice | bool | [optional] | |
id | String | [optional] | |
fromId | String | [optional] | |
from | InvoiceParticipantServiceModel | [optional] | |
toId | String | [optional] | |
to | InvoiceParticipantServiceModel | [optional] | |
invoiceNumber | String | [optional] | |
referenceType | String | [optional] | |
referenceId | String | [optional] | |
total | double | [optional] | |
totalDelta | double | [optional] | |
items | List<InvoiceItemServiceModel> | [optional] [default to []] | |
reconciled | bool | [optional] | |
type | int | [optional] | |
status | int | [optional] | |
documentId | String | [optional] |
[Back to Model list] [Back to API list] [Back to README]
Last update: July 4, 2020