GraphQL OBJECT
RenewalQuoteSearchResultItem
The flat renewal quote as result of a search.
link Definition
- type RenewalQuoteSearchResultItem {
- # Unique Id of the renewal quote.
- Int! :
- # ID of the corresponding customer.
- Int! :
- # SubscriptionId of the renewal quote.
- Int! :
- # Information about client the renewal quote belongs to.
- ClientInformation :
- # Date and time when the renewal quote created.
- DateTime :
- # User who created the renewal quote.
- UserAccountInformation :
- # Date and time when the last edit occurred.
- DateTime :
- # User that last modified the renewal quote.
- UserAccountInformation :
- # Note to the renewal quote for internal usage.
- String :
- # Date when the quote will expire.
- DateTime :
- # Is the renewalQuote active.
- Boolean! :
- # The renewal quote items.
- RenewalQuoteItemSearchResult]! : [
- # Price of the customer.
- Price! :
- # Discount price of the customer.
- Price! :
- # URL pointing to the renewal quote pdf document.
- String! :
- }