Sha256: 1fe2db84cd2337b1c03a0138c6f5627f54ee32d8a57a4b3f3dc256f4ca239a9e
Contents?: true
Size: 1.45 KB
Versions: 7
Compression:
Stored size: 1.45 KB
Contents
# GetAroundOwner::GetaroundInvoice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The invoice ID | | | **pdf_url** | **String** | The temporary url (lifetime: 20min) to download the pdf of the tax invoice is generated each to time you call the endpoint. Also, the 'links' variable will not be present if there is no uploaded invoice yet. This could happen if the job to generate & upload the invoice is not done yet. | | | **product_type** | **String** | The type of product the invoice is related to | | | **product_id** | **Integer** | The id of the product the invoice is related to | | | **emitted_at** | **Time** | The date at which the invoice was emitted | | | **total_price** | **Integer** | The invoice amount, which is what you will receive (or which will be debited from your account if it is negative) | | | **currency** | **String** | The currency of the invoice amount (ISO 4217 alphabetic code) | | | **entity_type** | **String** | The type of entity the invoice is related to | | | **charges** | [**Array<GetaroundInvoiceChargesInner>**](GetaroundInvoiceChargesInner.md) | Array of charges | [optional] | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundInvoice.new( id: null, pdf_url: null, product_type: null, product_id: null, emitted_at: null, total_price: null, currency: null, entity_type: null, charges: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems