/** * TaxProfile Service Object Reference Model * @export * @class Int64TaxProfileObjectReferenceModel */ export declare class Int64TaxProfileObjectReferenceModel { /** * @type {number} * @memberof Int64TaxProfileObjectReferenceModel */ identifier?: number | undefined; /** * @type {string} * @memberof Int64TaxProfileObjectReferenceModel */ displayName?: string | undefined; /** * @type {string} * @memberof Int64TaxProfileObjectReferenceModel */ location?: string | undefined; }