@weiliang79/ubl-builder
Version:
Tool to create xml documents with UBL 2.1 standard
46 lines • 7.38 kB
TypeScript
import { OrderReference, OrderReferenceParams } from './OrderReference';
import { PeriodType, PeriodTypeParams, InvoicePeriodBasic, RequestedDeliveryPeriod, EstimatedDeliveryPeriod, EstimatedDespatchPeriod, RequestedDespatchPeriod, PromisedDeliveryPeriod, ValidityPeriod } from './PeriodTypeGroup';
import { PartyIdentification, PartyIdentificationParams } from './PartyIdentification';
import { PartyName, PartyNameParams } from './PartyName';
import { Language, LanguageParams } from './Language';
import { BillingReference, BillingReferenceParams } from './BillingReference';
import { DespatchDocumentReference, DespatchDocumentReferenceParams, DocumentReference, DocumentReferenceParams, InvoiceDocumentReference, InvoiceDocumentReferenceParams, ReceiptDocumentReference, ReceiptDocumentReferenceParams, StatementDocumentReference, StatementDocumentReferenceParams, OriginatorDocumentReference, OriginatorDocumentReferenceParams, ContractDocumentReference, ContractDocumentReferenceParams, AdditionalDocumentReference, AdditionalDocumentReferenceParams } from './DocumentReferenceGroup';
import { ProjectReference, ProjectReferenceParams } from './ProjectReference';
import { Signature, SignatureParams } from './Signature';
import { AccountingSupplierParty, SupplierPartyTypeParams } from './SupplierPartyTypeGroup';
import { Party, PartyParams, TaxRepresentativeParty, CarrierParty, IssuerParty, DeliveryParty, NotifyParty, DespatchParty } from './PartyTypeGroup';
import { AddressLine, AddressLineParams } from './AddressLine';
import { Country, CountryParams } from './CountryTypeGroup';
import { PhysicalLocation, LocationTypeParams, DeliveryLocation, AlternativeDeliveryLocation, DespatchLocation } from './LocationTypeGroup';
import { Address, AddressParams, RegistrationAddress, JurisdictionRegionAddress, DeliveryAddress, DespatchAddress } from './AddressTypeGroup';
import { TaxScheme, TaxSchemeParams } from './TaxScheme';
import { PartyTaxScheme, PartyTaxSchemeParams } from './PartyTaxScheme';
import { PartyLegalEntity, PartyLegalEntityParams } from './PartyLegalEntity';
import { CorporateRegistrationScheme, CorporateRegistrationSchemeParams } from './CorporateRegistrationScheme';
import { Contact, ContactTypeParams, DeliveryContact, AccountingContact, BuyerContact } from './ContactTypeGroup';
import { PostalAddress, PostalAddressTypeParams } from './PostalAddressTypeGroup';
import { AccountingCustomerParty, CustomerPartyParams } from './CustomerPartyTypeGroup';
import { Despatch, DespatchParams } from './Despatch';
import { DeliveryUnit, DeliveryUnitTypeParams, MaximumDeliveryUnit, MinimumDeliveryUnit } from './DeliveryUnitTypeGroup';
import { ShipmentType, ShipmentTypeParams } from './ShipmentTypeGroup';
import { Delivery, DeliveryTypeParams } from './DeliveryTypeGroup';
import { DeliveryTerms, DeliveryTermsParams } from './DeliveryTerms';
import { PaymentMeans, PaymentMeansParams } from './PaymentMeans';
import { PaymentTerms, PaymentTermsTypeParams } from './PaymentTermsTypeGroup';
import { PaymentType, PaymentTypeParams, PrepaidPayment } from './PaymentTypeGroup';
import { ExchangeRate, ExchangeRateParams, PaymentExchangeRate, PricingExchangeRate } from './ExchangeRateTypeGroup';
import { TaxTotal, TaxTotalTypeParams, WithholdingTaxTotal } from './TaxTotalTypeGroup';
import { TaxCategory, TaxCategoryTypeParams, ClassifiedTaxCategory, ClassifiedTaxCategoryTypeParams } from './TaxCategoryTypeGroup';
import { TaxSubtotal, TaxSubtotalParams } from './TaxSubtotal';
import { MonetaryTotal, MonetaryTotalParams, LegalMonetaryTotal } from './MonetaryTotalTypeGroup';
import { OrderLineReference, OrderLineReferenceParams } from './OrderLineReference';
import { LineReference, LineReferenceParams, DespatchLineReference, CallForTendersLineReference, CatalogueLineReference, DependentLineReference, ParentDocumentLineReference, QuotationLineReference, ReceiptLineReference, RequestLineReference } from './LineReferenceTypeGroup';
import { PriceList, PriceListParams } from './PriceListTypeGroup';
import { Item, ItemTypeParams, SupplyItem } from './ItemTypeGroup';
import { AllowanceCharge, AllowanceChargeParams } from './AllowanceChargeTypeGroup';
import { Price, PriceParams } from './PriceTypeGroup';
import { InvoiceLine, InvoiceLineParams } from './InvoiceLineTypeGroup';
import { CreditNoteLine, SubCreditNoteLine, CreditNoteLineParams } from './CreditNoteLineTypeGroup';
import { DebitNoteLine, DebitNoteLineParams } from './DebitNoteLineTypeGroup';
export { OrderReference, OrderReferenceParams, DocumentReference, DocumentReferenceParams, PeriodType, ValidityPeriod, PeriodTypeParams, RequestedDeliveryPeriod, PromisedDeliveryPeriod, EstimatedDeliveryPeriod, InvoicePeriodBasic, EstimatedDespatchPeriod, RequestedDespatchPeriod, PriceList, PriceListParams, PartyIdentification, PartyIdentificationParams, PartyName, PartyNameParams, Language, LanguageParams, BillingReference, BillingReferenceParams, InvoiceDocumentReference, InvoiceDocumentReferenceParams, DespatchDocumentReference, DespatchDocumentReferenceParams, ReceiptDocumentReference, ReceiptDocumentReferenceParams, StatementDocumentReference, StatementDocumentReferenceParams, OriginatorDocumentReference, OriginatorDocumentReferenceParams, ContractDocumentReference, ContractDocumentReferenceParams, AdditionalDocumentReference, AdditionalDocumentReferenceParams, ProjectReference, ProjectReferenceParams, Signature, SignatureParams, AccountingSupplierParty, SupplierPartyTypeParams, Party, PartyParams, CarrierParty, IssuerParty, DeliveryParty, NotifyParty, DespatchParty, AddressLine, AddressLineParams, Country, CountryParams, PhysicalLocation, LocationTypeParams, DeliveryLocation, AlternativeDeliveryLocation, DespatchLocation, Address, AddressParams, RegistrationAddress, JurisdictionRegionAddress, DeliveryAddress, DespatchAddress, TaxScheme, TaxSchemeParams, PartyTaxScheme, PartyTaxSchemeParams, TaxRepresentativeParty, PartyLegalEntity, PartyLegalEntityParams, CorporateRegistrationScheme, CorporateRegistrationSchemeParams, PostalAddress, PostalAddressTypeParams, Contact, ContactTypeParams, DeliveryContact, AccountingContact, BuyerContact, AccountingCustomerParty, CustomerPartyParams, Despatch, DespatchParams, DeliveryUnit, DeliveryUnitTypeParams, MaximumDeliveryUnit, MinimumDeliveryUnit, ShipmentType, ShipmentTypeParams, Delivery, DeliveryTypeParams, DeliveryTerms, DeliveryTermsParams, PaymentMeans, PaymentMeansParams, PaymentTerms, PaymentTermsTypeParams, PaymentType, PaymentTypeParams, PrepaidPayment, ExchangeRate, ExchangeRateParams, PaymentExchangeRate, PricingExchangeRate, TaxTotal, TaxTotalTypeParams, WithholdingTaxTotal, TaxCategory, TaxCategoryTypeParams, ClassifiedTaxCategory, ClassifiedTaxCategoryTypeParams, TaxSubtotal, TaxSubtotalParams, MonetaryTotal, MonetaryTotalParams, LegalMonetaryTotal, OrderLineReference, OrderLineReferenceParams, LineReference, LineReferenceParams, DespatchLineReference, CallForTendersLineReference, CatalogueLineReference, DependentLineReference, ParentDocumentLineReference, QuotationLineReference, ReceiptLineReference, RequestLineReference, Item, ItemTypeParams, SupplyItem, AllowanceCharge, AllowanceChargeParams, Price, PriceParams, InvoiceLine, InvoiceLineParams, CreditNoteLine, SubCreditNoteLine, CreditNoteLineParams, DebitNoteLine, DebitNoteLineParams, };
//# sourceMappingURL=index.d.ts.map