CreditNoteCreator MethodsebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.

The CreditNoteCreator type exposes the following members.

Methods

  NameDescription
Public methodAddAccountingCostCode(String, String)
Set accounting cost code on creditNote, on header level.
Public methodAddAccountingCostCode(IInvoiceLine, String, String)
Set accounting cost code on creditNote, on line level.
Public methodAddCustomerEndpoint
Adds an endpoint definition to the customer according to the standard.
Public methodAddCustomerLegalEntity(String, String)
Add the legal entity of the customer party.
Public methodAddCustomerLegalEntity(String, String, String)
Add the legal entity of the customer party, specifying parameters according to the standard.
Public methodAddLine
Adds a new creditNote line, specifying the basic parameters.
Public methodAddNoteLine
Adds a line to the as a note on the creditNote line. If some text already exists there, add a line break seperator in the requested format.
Public methodAddSupplierLegalEntity(String, String, String)
Add the legal entity of the supplier party.
Public methodAddSupplierLegalEntity(String, String, String, String)
Add the legal entity of the supplier party, specifying parameters freely according to the standard used.
Public methodCalculateTaxTotals
Calculate the tax summaries. Should be used before totals are set explicitly with SetTotals(Decimal, Decimal, Decimal, Decimal, Decimal, Decimal), but should not be used if totals are calculated CalculateTotals(Decimal, Decimal).
Public methodCalculateTotals
Calculate the totals. If payable amount is not zero, then it is compared to the calculated payable amount.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCustomerContact
Public methodSetCustomerCostStation
Set the identifier for the customer cost station.
Public methodSetCustomerDepartmentName
Set the name of department (may be the name of the selling station)
Public methodSetCustomerEndpoint
Set the endpoint identifier for the customer.
Public methodSetCustomerInfo
Set the customer information; name and address.
Public methodSetDescription
Sets a description to the creditNote line. This could be more detailed item description.
Public methodSetFixedAmountLineDiscount
Specifies fixed line discount. If the document standard does not support line level discounts, the unit price is adjusted.
Public methodSetHeader
Set the header of the creditNote
Public methodSetHeaderNotes(List String )
Set header notes text lines.
Public methodSetHeaderNotes(String)
Set header notes text.
Public methodSetHeaderNotes(String, NoteFormat)
Set header notes texts.
Public methodSetOrderReferenceNo
Set the order reference of the credit note
Public methodSetPercentageLineDiscount
Specified percentage line discount. If the document standard does not support line level discounts, the unit price is adjusted.
Public methodSetReferencedCreditNoteNo
Set the credit note reference of the credit note
Public methodSetReferencedInvoiceNo
Set the invoice reference of the credit note
Public methodSetSupplierContact
Public methodSetSupplierCostStation
Set the identifier for the supplier selling station.
Public methodSetSupplierDepartmentName
Set the name of department (may be the name of the selling station)
Public methodSetSupplierEndpoint
Set the endpoint identifier for the supplier.
Public methodSetSupplierInfo
Set the supplier information; name, address and VAT number.
Public methodSetTaxSummary
Sets line extension amount and tax information.
Public methodSetTotals
Set the totals.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also