Self Billed Invoice (ABIE).

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public class SelfBilledInvoice : ISelfBilledInvoice
Visual Basic
Public Class SelfBilledInvoice
	Implements ISelfBilledInvoice
Visual C++
public ref class SelfBilledInvoice : ISelfBilledInvoice
F#
type SelfBilledInvoice =  
    class
        interface ISelfBilledInvoice
    end

Remarks

The Invoice document created by the Customer (rather than the Supplier) in a Self Billing relationship.

Inheritance Hierarchy

System..::..Object
  Unimaze.Composer.Ubl2..::..SelfBilledInvoice

See Also