Type alias CustomerInput

CustomerInput: { additionalMetaData?: InputMaybe<Scalars["JSON"]>; awsMarketplaceCustomerId?: InputMaybe<Scalars["String"]>; billingId?: InputMaybe<Scalars["String"]>; billingInformation?: InputMaybe<CustomerBillingInfo>; couponRefId?: InputMaybe<Scalars["String"]>; createdAt?: InputMaybe<Scalars["DateTime"]>; crmId?: InputMaybe<Scalars["String"]>; customerId?: InputMaybe<Scalars["String"]>; email?: InputMaybe<Scalars["String"]>; environmentId?: InputMaybe<Scalars["String"]>; name?: InputMaybe<Scalars["String"]>; refId?: InputMaybe<Scalars["String"]>; salesforceId?: InputMaybe<Scalars["String"]>; shouldSyncFree?: InputMaybe<Scalars["Boolean"]> }

Create a new customer

Type declaration

  • Optional additionalMetaData?: InputMaybe<Scalars["JSON"]>

    Additional metadata

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

    The AWS Marketplace integration id

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

    The unique identifier for the entity in the billing provider

  • Optional billingInformation?: InputMaybe<CustomerBillingInfo>

    Customer billing information

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

    Customer level coupon

  • Optional createdAt?: InputMaybe<Scalars["DateTime"]>

    Timestamp of when the record was created

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

    The unique identifier for the customer in Hubspot integration

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

    Customer slug

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

    The email of the customer

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

    The unique identifier for the environment

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

    The name of the customer

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

    Customer slug

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

    The unique identifier for the customer in Salesforce integration

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

    Wether or not to sync free subscriptions to the billing provider