kiotviet-client-sdk - v0.3.4
    Preparing search index...

    Interface CustomerCreateParams

    interface CustomerCreateParams {
        address?: string;
        birthDate?: string;
        branchId?: number;
        code?: string;
        comments?: string;
        contactNumber?: string;
        email?: string;
        gender?: boolean;
        groupIds?: number[];
        locationName?: string;
        name: string;
        organization?: string;
        taxCode?: string;
        wardName?: string;
    }
    Index

    Properties

    address?: string
    birthDate?: string
    branchId?: number
    code?: string
    comments?: string
    contactNumber?: string
    email?: string
    gender?: boolean
    groupIds?: number[]
    locationName?: string
    name: string
    organization?: string
    taxCode?: string
    wardName?: string