Type alias StripeCredentialsInput

StripeCredentialsInput: { accountId?: InputMaybe<Scalars["String"]>; authorizationCode: Scalars["String"]; isTaxEnabled?: InputMaybe<Scalars["Boolean"]>; isTestMode: Scalars["Boolean"] }

Input configuration for Stripe integration

Type declaration

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

    ID of the Stripe account

  • authorizationCode: Scalars["String"]

    Authorization code for Stripe

  • Optional isTaxEnabled?: InputMaybe<Scalars["Boolean"]>

    Whether tax is enabled for the Stripe account

  • isTestMode: Scalars["Boolean"]

    Whether the Stripe account is in test mode