GraphQL INPUT_OBJECT
SubscriptionQuoteSearchParameters
Search parameters for the subscription quote.
link Definition
- input SubscriptionQuoteSearchParameters {
- # Maximum number of items that should be retrieved.
- : Int
- # Starting index for retrieving the items.
- : Int
- # Logical operator for search.
- : LogicalOperator
- # Input for ordering the result before applying the offset.
- : [RenewalQuoteSearchOrderByInput]
- # ID of the subscription quote.
- : NumericIdSearchRelationInput
- # ID of the corresponding customer
- : NumericIdSearchRelationInput
- # SubscriptionId of the subscription quote.
- : NumericIdSearchRelationInput
- # Name of one subscription quote item.
- : StringSearchRelationInput
- # ProductId of one subscription quote item.
- : NumericIdSearchRelationInput
- # Product quantity of one subscription quote item.
- : NumericIdSearchRelationInput
- # A boolean which indicates if the subscription quote is active or not.
- : BoolSearchRelationInput
- # ExpirationDate of the subscription quote.
- : DateTimeSearchRelationInput
- # ID of the client to which this subscription quote belongs to.
- : NumericIdSearchRelationInput
- # ID of the user who created the subscription quote.
- : NumericIdSearchRelationInput
- # ID of the user who was the last one to modify the subscription quote.
- : NumericIdSearchRelationInput
- # Timestamp of the creation of the subscription quote.
- : DateTimeSearchRelationInput
- # Timestamp of the last modification of the subscription quote.
- : DateTimeSearchRelationInput
- # Currency that the customer used.
- : CurrencySearchRelationInput
- # Gross price of the customer.
- : FloatSearchRelationInput
- # Type of the alignment.
- : SubscriptionAlignmentTypeSearchRelationInput
- # Scheduled alignment date of the subscription quote.
- : DateTimeSearchRelationInput
- }