ABNRecord: {
    ABN: ABNValue | ABNValue[];
    ASICNumber: string;
    businessName: ({
        effectiveFrom: string;
        organisationName: string;
    } | null)[];
    entityStatus: {
        effectiveFrom: string;
        effectiveTo: string;
        entityStatusCode: string;
    };
    entityType: {
        entityDescription: string;
        entityTypeCode: string;
    };
    goodsAndServicesTax?: {
        effectiveFrom: string;
        effectiveTo: string;
    };
    legalName?: {
        familyName?: string;
        givenName?: string;
        otherGivenName?: string;
    };
    mainBusinessPhysicalAddress?: {
        effectiveFrom: string;
        effectiveTo: string;
        postcode: string;
        stateCode: string;
    };
    mainName?: {
        effectiveFrom: string;
        organisationName: string;
    };
    mainTradingName?: {
        effectiveFrom: string;
        organisationName: string;
    };
    otherTradingName?: {
        effectiveFrom: string;
        organisationName: string;
    };
    recordLastUpdatedDate: string;
}