node-zugferd
Version:
A Node.js library for creating ZUGFeRD/Factur-X compliant documents. Generating XML and embedding it into PDF/A files, enabling seamless e-invoicing and digital document compliance.
418 lines (416 loc) • 15.9 kB
TypeScript
/**
* @see https://service.unece.org/trade/untdid/d99b/tred/tred1229.htm
*/
type Untdid1229Definition = {
code: string;
name?: string;
description?: string;
};
type Untdid1229Code = (typeof UNTDID_1229)[number]["code"];
declare const UNTDID_1229_IDENTIFIER: "untdid.1229";
declare const UNTDID_1229: [{
readonly code: "1";
readonly name: "Added";
readonly description: "The information is to be or has been added.";
}, {
readonly code: "2";
readonly name: "Deleted";
readonly description: "The information is to be or has been deleted.";
}, {
readonly code: "3";
readonly name: "Changed";
readonly description: "The information is to be or has been changed.";
}, {
readonly code: "4";
readonly name: "No action";
readonly description: "This line item is not affected by the actual message.";
}, {
readonly code: "5";
readonly name: "Accepted without amendment";
readonly description: "This line item is entirely accepted by the seller.";
}, {
readonly code: "6";
readonly name: "Accepted with amendment";
readonly description: "This line item is accepted but amended by the seller.";
}, {
readonly code: "7";
readonly name: "Not accepted";
readonly description: "This line item is not accepted by the seller.";
}, {
readonly code: "8";
readonly name: "Schedule only";
readonly description: "Self explanatory.";
}, {
readonly code: "9";
readonly name: "Amendments";
readonly description: "Self explanatory.";
}, {
readonly code: "10";
readonly name: "Not found";
readonly description: "This line item is not found in the referenced message.";
}, {
readonly code: "11";
readonly name: "Not amended";
readonly description: "This line is not amended by the buyer.";
}, {
readonly code: "12";
readonly name: "Line item numbers changed";
readonly description: "Self explanatory.";
}, {
readonly code: "13";
readonly name: "Buyer has deducted amount";
readonly description: "Buyer has deducted amount from payment.";
}, {
readonly code: "14";
readonly name: "Buyer claims against invoice";
readonly description: "Buyer has a claim against an outstanding invoice.";
}, {
readonly code: "15";
readonly name: "Charge back by seller";
readonly description: "Factor has been requested to charge back the outstanding item.";
}, {
readonly code: "16";
readonly name: "Seller will issue credit note";
readonly description: "Seller agrees to issue a credit note.";
}, {
readonly code: "17";
readonly name: "Terms changed for new terms";
readonly description: "New settlement terms have been agreed.";
}, {
readonly code: "18";
readonly name: "Abide outcome of negotiations";
readonly description: "Factor agrees to abide by the outcome of negotiations between seller and buyer.";
}, {
readonly code: "19";
readonly name: "Seller rejects dispute";
readonly description: "Seller does not accept validity of dispute.";
}, {
readonly code: "20";
readonly name: "Settlement";
readonly description: "The reported situation is settled.";
}, {
readonly code: "21";
readonly name: "No delivery";
readonly description: "Code indicating that no delivery will be required.";
}, {
readonly code: "22";
readonly name: "Call-off delivery";
readonly description: "A request for delivery of a particular quantity of goods to be delivered on a particular date (or within a particular period).";
}, {
readonly code: "23";
readonly name: "Proposed amendment";
readonly description: "A code used to indicate an amendment suggested by the sender.";
}, {
readonly code: "24";
readonly name: "Accepted with amendment, no confirmation required";
readonly description: "Accepted with changes which require no confirmation.";
}, {
readonly code: "26";
readonly name: "Included";
readonly description: "Code indicating that the entity is included.";
}, {
readonly code: "27";
readonly name: "Upon receipt and verification of documents we shall cover you when due as per your instructions";
readonly description: "Upon receipt and verification of documents we shall cover you when due as per your instructions.";
}, {
readonly code: "28";
readonly name: "Upon receipt and verification of documents we shall authorize you to debit our account with you when due";
readonly description: "Upon receipt and verification of documents we shall authorize you to debit our account with you when due.";
}, {
readonly code: "29";
readonly name: "On receipt of your authenticated advice we shall cover you when due as per your instructions";
readonly description: "On receipt of your authenticated advice we shall cover you when due as per your instructions.";
}, {
readonly code: "30";
readonly name: "On receipt of your authenticated advice we shall authorize you to debit our account with you when due";
readonly description: "On receipt of your authenticated advice we shall authorize you to debit our account with you when due.";
}, {
readonly code: "31";
readonly name: "On receipt of your authenticated advice we shall credit your account with us when due";
readonly description: "On receipt of your authenticated advice we shall credit your account with us when due.";
}, {
readonly code: "32";
readonly name: "Credit advice requested for direct debit";
readonly description: "A credit advice is requested for the direct debit.";
}, {
readonly code: "33";
readonly name: "Credit advice and acknowledgement for direct debit";
readonly description: "A credit advice and acknowledgement are requested for the direct debit.";
}, {
readonly code: "34";
readonly name: "Inquiry";
readonly description: "Request for information.";
}, {
readonly code: "35";
readonly name: "Checked";
readonly description: "Checked.";
}, {
readonly code: "36";
readonly name: "Not checked";
readonly description: "Not checked.";
}, {
readonly code: "37";
readonly name: "Cancelled";
readonly description: "Discontinued.";
}, {
readonly code: "38";
readonly name: "Replaced";
readonly description: "Provide a replacement.";
}, {
readonly code: "39";
readonly name: "New";
readonly description: "Not existing before.";
}, {
readonly code: "40";
readonly name: "Agreed";
readonly description: "Consent.";
}, {
readonly code: "41";
readonly name: "Proposed";
readonly description: "Put forward for consideration.";
}, {
readonly code: "42";
readonly name: "Already delivered";
readonly description: "Delivery has taken place.";
}, {
readonly code: "43";
readonly name: "Additional subordinate structures will follow";
readonly description: "Additional subordinate structures will follow the current hierarchy level.";
}, {
readonly code: "44";
readonly name: "Additional subordinate structures will not follow";
readonly description: "No additional subordinate structures will follow the current hierarchy level.";
}, {
readonly code: "45";
readonly name: "Result opposed";
readonly description: "A notification that the result is opposed.";
}, {
readonly code: "46";
readonly name: "Auction held";
readonly description: "A notification that an auction was held.";
}, {
readonly code: "47";
readonly name: "Legal action pursued";
readonly description: "A notification that legal action has been pursued.";
}, {
readonly code: "48";
readonly name: "Meeting held";
readonly description: "A notification that a meeting was held.";
}, {
readonly code: "49";
readonly name: "Result set aside";
readonly description: "A notification that the result has been set aside.";
}, {
readonly code: "50";
readonly name: "Result disputed";
readonly description: "A notification that the result has been disputed.";
}, {
readonly code: "51";
readonly name: "Countersued";
readonly description: "A notification that a countersuit has been filed.";
}, {
readonly code: "52";
readonly name: "Pending";
readonly description: "A notification that an action is awaiting settlement.";
}, {
readonly code: "53";
readonly name: "Court action dismissed";
readonly description: "A notification that a court action will no longer be heard.";
}, {
readonly code: "54";
readonly name: "Referred item, accepted";
readonly description: "The item being referred to has been accepted.";
}, {
readonly code: "55";
readonly name: "Referred item, rejected";
readonly description: "The item being referred to has been rejected.";
}, {
readonly code: "56";
readonly name: "Debit advice statement line";
readonly description: "Notification that the statement line is a debit advice.";
}, {
readonly code: "57";
readonly name: "Credit advice statement line";
readonly description: "Notification that the statement line is a credit advice.";
}, {
readonly code: "58";
readonly name: "Grouped credit advices";
readonly description: "Notification that the credit advices are grouped.";
}, {
readonly code: "59";
readonly name: "Grouped debit advices";
readonly description: "Notification that the debit advices are grouped.";
}, {
readonly code: "60";
readonly name: "Registered";
readonly description: "The name is registered.";
}, {
readonly code: "61";
readonly name: "Payment denied";
readonly description: "The payment has been denied.";
}, {
readonly code: "62";
readonly name: "Approved as amended";
readonly description: "Approved with modifications.";
}, {
readonly code: "63";
readonly name: "Approved as submitted";
readonly description: "The request has been approved as submitted.";
}, {
readonly code: "64";
readonly name: "Cancelled, no activity";
readonly description: "Cancelled due to the lack of activity.";
}, {
readonly code: "65";
readonly name: "Under investigation";
readonly description: "Investigation is being done.";
}, {
readonly code: "66";
readonly name: "Initial claim received";
readonly description: "Notification that the initial claim was received.";
}, {
readonly code: "67";
readonly name: "Not in process";
readonly description: "Not in process.";
}, {
readonly code: "68";
readonly name: "Rejected, duplicate";
readonly description: "Rejected because it is a duplicate.";
}, {
readonly code: "69";
readonly name: "Rejected, resubmit with corrections";
readonly description: "Rejected but may be resubmitted when corrected.";
}, {
readonly code: "70";
readonly name: "Pending, incomplete";
readonly description: "Pending because of incomplete information.";
}, {
readonly code: "71";
readonly name: "Under field office investigation";
readonly description: "Investigation by the field is being done.";
}, {
readonly code: "72";
readonly name: "Pending, awaiting additional material";
readonly description: "Pending awaiting receipt of additional material.";
}, {
readonly code: "73";
readonly name: "Pending, awaiting review";
readonly description: "Pending while awaiting review.";
}, {
readonly code: "74";
readonly name: "Reopened";
readonly description: "Opened again.";
}, {
readonly code: "75";
readonly name: "Processed by primary, forwarded to additional payer(s)";
readonly description: "This request has been processed by the primary payer and sent to additional payer(s).";
}, {
readonly code: "76";
readonly name: "Processed by secondary, forwarded to additional payer(s)";
readonly description: "This request has been processed by the secondary payer and sent to additional payer(s).";
}, {
readonly code: "77";
readonly name: "Processed by tertiary, forwarded to additional payer(s)";
readonly description: "This request has been processed by the tertiary payer and sent to additional payer(s).";
}, {
readonly code: "78";
readonly name: "Previous payment decision reversed";
readonly description: "A previous payment decision has been reversed.";
}, {
readonly code: "79";
readonly name: "Not our claim, forwarded to another payer(s)";
readonly description: "A request does not belong to this payer but has been forwarded to another payer(s).";
}, {
readonly code: "80";
readonly name: "Transferred to correct insurance carrier";
readonly description: "The request has been transferred to the correct insurance carrier for processing.";
}, {
readonly code: "81";
readonly name: "Not paid, predetermination pricing only";
readonly description: "Payment has not been made and the enclosed response is predetermination pricing only.";
}, {
readonly code: "82";
readonly name: "Documentation claim";
readonly description: "The claim is for documentation purposes only, no payment required.";
}, {
readonly code: "83";
readonly name: "Reviewed";
readonly description: "Assessed.";
}, {
readonly code: "84";
readonly name: "Repriced";
readonly description: "This price was changed.";
}, {
readonly code: "85";
readonly name: "Audited";
readonly description: "An official examination has occurred.";
}, {
readonly code: "86";
readonly name: "Conditionally paid";
readonly description: "Payment has been conditionally made.";
}, {
readonly code: "87";
readonly name: "On appeal";
readonly description: "Reconsideration of the decision has been applied for.";
}, {
readonly code: "88";
readonly name: "Closed";
readonly description: "Shut.";
}, {
readonly code: "89";
readonly name: "Reaudited";
readonly description: "A subsequent official examination has occurred.";
}, {
readonly code: "90";
readonly name: "Reissued";
readonly description: "Issued again.";
}, {
readonly code: "91";
readonly name: "Closed after reopening";
readonly description: "Reopened and then closed.";
}, {
readonly code: "92";
readonly name: "Redetermined";
readonly description: "Determined again or differently.";
}, {
readonly code: "93";
readonly name: "Processed as primary";
readonly description: "Processed as the first.";
}, {
readonly code: "94";
readonly name: "Processed as secondary";
readonly description: "Processed as the second.";
}, {
readonly code: "95";
readonly name: "Processed as tertiary";
readonly description: "Processed as the third.";
}, {
readonly code: "96";
readonly name: "Correction of error";
readonly description: "A correction to information previously communicated which contained an error.";
}, {
readonly code: "97";
readonly name: "Single credit item of a group";
readonly description: "Notification that the credit item is a single credit item of a group of credit items.";
}, {
readonly code: "98";
readonly name: "Single debit item of a group";
readonly description: "Notification that the debit item is a single debit item of a group of debit items.";
}, {
readonly code: "99";
readonly name: "Interim response";
readonly description: "The response is an interim one.";
}, {
readonly code: "100";
readonly name: "Final response";
readonly description: "The response is an final one.";
}, {
readonly code: "101";
readonly name: "Debit advice requested";
readonly description: "A debit advice is requested for the transaction.";
}, {
readonly code: "102";
readonly name: "Transaction not impacted";
readonly description: "Advice that the transaction is not impacted.";
}];
export { UNTDID_1229, UNTDID_1229_IDENTIFIER, type Untdid1229Code, type Untdid1229Definition };