Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface UpdateCustomerRequest

    interface UpdateCustomerRequest {
        billingAddress?: CustomerAddressInput;
        customData?: Record<string, unknown>;
        customerId: string;
        emailAddress?: string;
        name?: string;
        phoneNumber?: string;
        reference?: string;
        shippingAddress?: CustomerAddressInput;
        suffix?: string;
        title?: string;
    }
    Index
    billingAddress?: CustomerAddressInput
    customData?: Record<string, unknown>
    customerId: string
    emailAddress?: string
    name?: string
    phoneNumber?: string
    reference?: string
    shippingAddress?: CustomerAddressInput
    suffix?: string
    title?: string