@stigg/node-server-sdk - v4.33.2

    Type Alias UpdateCustomer

    type UpdateCustomer = {
        awsMarketplaceCustomerId?: string;
        billingId?: string;
        billingInfo?: BillingInfo;
        couponId?: string | null;
        customerId: string;
        email?: string;
        integrationId?: string;
        metadata?: Metadata | null;
        name?: string;
        salesforceId?: string;
        shouldWaitSync?: boolean;
    }
    Index

    Properties

    awsMarketplaceCustomerId?: string
    billingId?: string
    billingInfo?: BillingInfo
    couponId?: string | null
    customerId: string
    email?: string
    integrationId?: string
    metadata?: Metadata | null
    name?: string
    salesforceId?: string
    shouldWaitSync?: boolean
    MMNEPVFCICPMFPCPTTAAATR