Name | Type | Description | Notes |
---|---|---|---|
id | int | The quote's id. | [optional] |
status | string | Quote status | [optional] [default to 'new'] |
progress | string | Description of progress from partner's perspective. | [optional] [default to 'unknown'] |
created_at | string | Created time | [optional] |
updated_at | string | When the quote was updated | [optional] |
accepted_at | string | Quote accepted at | [optional] |
rejected_at | string | Quote rejected at | [optional] |
paid_at | string | Created time | [optional] |
expires_at | string | Created time | [optional] |
published_at | string | Created time | [optional] |
lead_id | int | Lead Id | [optional] |
lead | \Ageras\Api\ProjectLeadResource | [optional] | |
partner | \Ageras\Api\PartnerSuggestResource | [optional] | |
partner_lead_offer_id | int | For the given partner and lead, | [optional] |
partner_terms | string | Partners terms for the given quote | [optional] |
title | string | Title | [optional] |
description | string | Description | [optional] |
items | \Ageras\Api\LeadQuoteItemResource[] | Quote Items | [optional] |
loans | \Ageras\Api\LeadQuoteLoanResource[] | Quote loans | [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] | |
client | \Ageras\Api\LeadClientResource | [optional] | |
service_fee | \Ageras\Api\AmountResource | [optional] | |
reservation_expires_at | string | Reservation time expiry date | [optional] |
refusal_expires_at | string | Refusal time expiry date | [optional] |
can_be_refused | bool | Define if quote can be refused | [optional] [default to false] |
revenue_share_amount_excl_vat | \Ageras\Api\AmountResource | [optional] | |
revenue_share_subsequent_years_amount_excl_vat | \Ageras\Api\AmountResource | [optional] | |
is_below_minimum_amount | bool | If the total quote amount is below the minimum quote amount specified on the lead | [optional] [default to false] |
accepted_by_actioner | \Ageras\Api\ActionerResource | [optional] | |
lead_products | \Ageras\Api\LeadProductResource[] | List of lead products. | [optional] |
quote_fee_amount_excl_vat | \Ageras\Api\AmountResource | [optional] |