Name | Type | Description | Notes |
---|---|---|---|
id | int | The quote's id. | [optional] |
status | string | [optional] [default to 'new'] | |
created_at | string | [optional] | |
paid_at | string | [optional] | |
expires_at | string | [optional] | |
published_at | string | [optional] | |
partner | \Ageras\Api\LeadPartnerResource | [optional] | |
partner_lead_offer_id | int | For the given partner and lead, | [optional] |
title | string | Title | [optional] |
description | string | Description | [optional] |
items | \Ageras\Api\LeadQuoteItemResource[] | List of quote items. | [optional] |
payment | \Ageras\Api\LeadQuotePaymentResource | [optional] | |
total_vat_amount | \Ageras\Api\AmountResource | [optional] | |
total_amount_excl_vat | \Ageras\Api\AmountResource | [optional] | |
total_amount_incl_vat | \Ageras\Api\AmountResource | [optional] | |
reservation_expires_at | string | [optional] |