Billing CreateCreditNote Method ebComposer 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.
Gets a credit note creator.

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public static CreditNoteCreator CreateCreditNote(
	CreditNote creditNote,
	string abbreviatedProfileId
)

Parameters

creditNote
Type: CreditNote
Instance of the credit to populate.
abbreviatedProfileId
Type: System String
Short abbreviated name for the profile or the full profile identifer. If using the full profile identifier, the customization identifier part, can be skipped if the profile can still be determined. (TBI: Specify action in other constructor if needed to determine the correct transaction.) NESP5 / NES05 (urn:www.nesubl.eu:profiles:profile5:ver2.0)NESP8 / NES08 (urn:www.nesubl.eu:profiles:profile8:ver2.0)BII05 (urn:www.cenbii.eu:profile:bii05:ver1.0)BII08 (urn:www.cenbii.eu:profile:bii08:ver1.0)OIOP5 (urn:www.nesubl.eu:profiles:profile5:ver2.0##OIOUBL-2.02)BilSim-1.0 (Procurement-BilSim-1.0##OIOUBL-2.02)

Return Value

Type: CreditNoteCreator
Credit note creator instance.
See Also