Sha256: 92bb518107b5eca6437e9fe78124bbb7a6ac4eaccdb2916bffd91e0b52b4aebd
Contents?: true
Size: 1002 Bytes
Versions: 2
Compression:
Stored size: 1002 Bytes
Contents
# HelloextendApiClient::Invoice ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The invoice id, which is exactly the same as the corresponding contract id. | [optional] [readonly] **details** | [**InvoiceDetails**](InvoiceDetails.md) | | [optional] **payee** | [**InvoicePayee**](InvoicePayee.md) | | [optional] **payer** | [**InvoicePayer**](InvoicePayer.md) | | [optional] **items** | [**Array<InvoiceItems>**](InvoiceItems.md) | | [optional] **total_amount_due** | [**Amount**](Amount.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::Invoice.new(id: cc957cb3-3d5d-430b-90a2-9ec96ee4c3cf, details: null, payee: null, payer: null, items: null, total_amount_due: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/Invoice.md |
helloextend_api_client-1.0.2 | docs/Invoice.md |