GraphQL OBJECT
SubscriptionItemSearchResultItem
link Definition
- type SubscriptionItemSearchResultItem {
- # Id of the subscription.
- : Int
- # Running number of the subscription item.
- : Int
- # Current status of the subscription.
- : SubscriptionStatus
- # Subscription item status.
- : SubscriptionItemStatus
- # Payment group type id of the subscription.
- : PurchaseSearchPaymentTypeCategory
- # Creation date of the subscription.
- : DateTime
- # Number of paid intervals of the subscription.
- : Int
- # Deactivation date of the subscription.
- : DateTime
- # Current client cross value.
- : Decimal
- # Current client net value.
- : Decimal
- # Current customer gross value.
- : Decimal
- # Current customer net value.
- : Decimal
- # Renewal type of the subscription.
- : SubscriptionRenewalType
- # Affiliate id.
- : Int
- # Is test subscription.
- : Boolean
- # Last payment date of the subscription.
- : DateTime
- # Next billing date of the subscription.
- : DateTime
- # Next renewal date of the subscription.
- : DateTime
- # Start date of the subscription.
- : DateTime
- # Information about the client.
- : ClientInformation
- # Information about the customer.
- : CustomerInformation
- # Information about the product.
- : SubscriptionItemSearchProductInformation
- # Quantity.
- : Int
- }