@ken-all/kenall
    Preparing search index...

    Interface NTAQualifiedInvoiceIssuerInfo

    An NTAQualifiedInvoiceIssuerInfo represents a record for the invoice issuer qualified by the National Tax Agency.

    interface NTAQualifiedInvoiceIssuerInfo {
        address: v20250101.NTAEntityAddress;
        address_inside: v20250101.NTAEntityAddress;
        address_request: v20250101.NTAEntityAddress;
        correct: v20250101.NTAQualifiedInvoiceIssuerCorrect | null;
        country: v20250101.NTAQualifiedInvoiceIssuerCountry;
        disposal_date: string | null;
        expire_date: string | null;
        kana: string | null;
        kind: v20250101.NTAQualifiedInvoiceIssuerKind;
        latest: v20250101.NTAQualifiedInvoiceIssuerUpdateStatus;
        name: string | null;
        popular_name_previous_name: string | null;
        process: v20250101.NTAQualifiedInvoiceIssuerProcess;
        published_date: string;
        qualified_invoice_issuer_number: string;
        registration_date: string | null;
        sequence_number: number;
        trade_name: string | null;
        update_date: string | null;
    }
    Index

    Properties

    Address of the business entity's headquarter. This would differ from address_request for administrative or other reasons.

    address_inside: v20250101.NTAEntityAddress

    Address of the domestic business location, if the issuer is a foreign entity, and there's any.

    address_request: v20250101.NTAEntityAddress

    Address of the business entity's headquarter, as provided in the original application.

    The reason for the change, if the record has been updated. null when the record has been deleted.

    Whether the issuing entity is domestic or not, and if domestic, whether it is specifically designated by the National Tax Agency.

    disposal_date: string | null

    The date the record was invalidated, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day.

    Example: "2021-01-01"

    expire_date: string | null

    The date the record was expired, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day.

    Example: "2021-01-01"

    kana: string | null

    Reading of the invoice issuer, if the issuer is a foreign entity.

    The kind of the invoice issuer.

    Whether the record is latest or obsolete.

    name: string | null

    Name of the issuer.

    popular_name_previous_name: string | null

    Alias or former name of the issuer.

    The status of the registration.

    Example: NTAQualifiedInvoiceIssuerProcess.NEW

    published_date: string

    The published date of the record, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day the record was published.

    Please note that this field doesn't indicate the actual date of the updated date of the record. The published date may be later than the updated date. Please see update_date for further details.

    Example: "2021-01-01"

    qualified_invoice_issuer_number: string

    The qualified invoice issuer number of the entity.

    Example: "T2021001052596"

    registration_date: string | null

    The date of the registration, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day the issuer was qualified and registered.

    Example: "2021-01-01"

    sequence_number: number

    The revision number of the issuer record, non zero-padded 8 digit number at maximum.

    Example: 1

    trade_name: string | null

    Trade name of the issuer, if any.

    update_date: string | null

    The date the record was updated, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day.

    Example: "2021-01-01"