Class GetCustomerPortalByRefIdQuery

    • Field Detail

      • OPERATION_DOCUMENT

        public static final java.lang.String OPERATION_DOCUMENT
        The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is: query GetCustomerPortalByRefId($input: CustomerPortalInput!) { customerPortal(input: $input) { __typename ...CustomerPortalFragment } } fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice { billingPeriod billingModel price { amount currency } feature { id refId displayName featureUnits featureUnitsPlural } } fragment CustomerPortalSubscriptionAddonFragment on CustomerPortalAddon { addonId description displayName quantity } fragment CustomerPortalSubscriptionScheduledUpdateDataFragment on SubscriptionScheduledUpdate { subscriptionScheduleType scheduleStatus scheduledExecutionTime targetPackage { id refId displayName pricingType } scheduleVariables { __typename ... on DowngradeChangeVariables { addonRefIds billingPeriod downgradePlanRefId } ... on BillingPeriodChangeVariables { billingPeriod } ... on UnitAmountChangeVariables { newUnitAmount featureId } ... on AddonChangeVariables { addonRefId newQuantity } } } fragment CustomerPortalSubscriptionFragment on CustomerPortalSubscription { subscriptionId planName pricingType prices { __typename ...CustomerPortalSubscriptionPriceFragment } pricing { unitQuantity billingPeriod billingModel pricingType usageBasedEstimatedBill price { amount currency } feature { featureUnits featureUnitsPlural displayName } } status trialRemainingDays billingPeriodRange { start end } totalPrice { subTotal { amount currency } total { amount currency } addonsTotal { amount currency } } addons { __typename ...CustomerPortalSubscriptionAddonFragment } scheduledUpdates { __typename ...CustomerPortalSubscriptionScheduledUpdateDataFragment } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment CustomerPortalEntitlementFragment on Entitlement { isGranted usageLimit currentUsage hasUnlimitedUsage hasSoftLimit nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment CustomerPortalPromotionalEntitlementFragment on CustomerPortalPromotionalEntitlement { displayName hasUnlimitedUsage hasSoftLimit usageLimit period startDate endDate } fragment CustomerPortalBillingInformationFragment on CustomerPortalBillingInformation { email name defaultPaymentMethodLast4Digits defaultPaymentMethodId defaultPaymentExpirationMonth defaultPaymentExpirationYear } fragment FontVariantFragment on FontVariant { fontSize fontWeight } fragment TypographyConfigurationFragment on TypographyConfiguration { fontFamily h1 { __typename ...FontVariantFragment } h2 { __typename ...FontVariantFragment } h3 { __typename ...FontVariantFragment } body { __typename ...FontVariantFragment } } fragment CustomerPortalConfigurationFragment on CustomerPortalConfiguration { palette { primary textColor backgroundColor borderColor currentPlanBackground iconsColor paywallBackgroundColor } typography { __typename ...TypographyConfigurationFragment } customCss } fragment CustomerResourceFragment on CustomerResource { resourceId } fragment CustomerPortalFragment on CustomerPortal { subscriptions { __typename ...CustomerPortalSubscriptionFragment } entitlements { __typename ...CustomerPortalEntitlementFragment } promotionalEntitlements { __typename ...CustomerPortalPromotionalEntitlementFragment } billingInformation { __typename ...CustomerPortalBillingInformationFragment } showWatermark billingPortalUrl canUpgradeSubscription configuration { __typename ...CustomerPortalConfigurationFragment } resource { __typename ...CustomerResourceFragment } }
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetCustomerPortalByRefIdQuery

        public GetCustomerPortalByRefIdQuery​(CustomerPortalInput input)