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

    Type Alias BillingInfo

    type BillingInfo = {
        billingAddress?: Address;
        currency?: Currency;
        customerName?: string;
        integrationId?: string;
        invoiceCustomFields?: Record<string, string>;
        language?: string;
        metadata?: Metadata | null;
        paymentMethodId?: string;
        shippingAddress?: Address;
        taxIds?: TaxExempt[];
        timezone?: string;
    }
    Index

    Properties

    billingAddress?: Address
    currency?: Currency
    customerName?: string
    integrationId?: string
    invoiceCustomFields?: Record<string, string>
    language?: string
    metadata?: Metadata | null
    paymentMethodId?: string
    shippingAddress?: Address
    taxIds?: TaxExempt[]
    timezone?: string
    MMNEPVFCICPMFPCPTTAAATR