Billing Reference (ASBIE). An association to Billing Reference.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IBillingReference BillingReference { get; set; } |
| Visual Basic |
|---|
Property BillingReference As IBillingReference
Get
Set |
| Visual C++ |
|---|
property IBillingReference^ BillingReference {
IBillingReference^ get ();
void set (IBillingReference^ value);
} |
| F# |
|---|
abstract BillingReference : IBillingReference with get, set
|
Property Value
Type:
IBillingReferenceRemarks
See Also