TronDesigner Website Integration
    Preparing search index...
    interface IPrintJobCustomerDto {
        customerCompany?: string;
        customerEmail?: string;
        customerGuid: string;
        customerIdentity?: string;
        customerPerson?: string;
        orderCode?: string;
        orderItemCode?: string;
        orderTitle?: string;
    }
    Index

    Properties

    customerCompany?: string
    customerEmail?: string
    customerGuid: string
    customerIdentity?: string
    customerPerson?: string
    orderCode?: string
    orderItemCode?: string
    orderTitle?: string