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

    Interface Customer

    interface Customer {
        address?: string;
        birthDate?: string;
        branchId?: number;
        code: string;
        comments?: string;
        contactNumber?: string;
        createdBy?: string;
        createdDate: string;
        customerGroupDetails?: { customerId: number; groupId: number; id: number }[];
        debt: number;
        email?: string;
        gender?: boolean;
        groups?: string;
        id: number;
        isActive?: boolean;
        locationName?: string;
        modifiedDate?: string;
        name: string;
        organization?: string;
        psidFacebook?: number;
        retailerId: number;
        rewardPoint?: number;
        taxCode?: string;
        totalInvoiced?: number;
        totalPoint?: number;
        totalRevenue?: number;
        type?: number;
        wardName?: string;
    }
    Index

    Properties

    address?: string
    birthDate?: string
    branchId?: number
    code: string
    comments?: string
    contactNumber?: string
    createdBy?: string
    createdDate: string
    customerGroupDetails?: { customerId: number; groupId: number; id: number }[]
    debt: number
    email?: string
    gender?: boolean
    groups?: string
    id: number
    isActive?: boolean
    locationName?: string
    modifiedDate?: string
    name: string
    organization?: string
    psidFacebook?: number
    retailerId: number
    rewardPoint?: number
    taxCode?: string
    totalInvoiced?: number
    totalPoint?: number
    totalRevenue?: number
    type?: number
    wardName?: string