Type alias ZuoraCredentialsInput

ZuoraCredentialsInput: { baseUrl: Scalars["String"]; clientId: Scalars["String"]; clientSecret: Scalars["String"]; paymentGatewayId?: InputMaybe<Scalars["String"]>; paymentPageId?: InputMaybe<Scalars["String"]>; stripePublishableKey?: InputMaybe<Scalars["String"]>; stripeSecretKey?: InputMaybe<Scalars["String"]> }

Input configuration for Zuora integration

Type declaration

  • baseUrl: Scalars["String"]

    REST Base URL of the Zuora account

  • clientId: Scalars["String"]

    Client ID for the Zuora account

  • clientSecret: Scalars["String"]

    Client secret for the Zuora account

  • Optional paymentGatewayId?: InputMaybe<Scalars["String"]>

    The ID of the payment gateway to use

  • Optional paymentPageId?: InputMaybe<Scalars["String"]>

    The ID of the payment page to use

  • Optional stripePublishableKey?: InputMaybe<Scalars["String"]>

    Stripe publishable key for the Zuora payment page

  • Optional stripeSecretKey?: InputMaybe<Scalars["String"]>

    Stripe secret key for the Zuora payment page