Financial Account (ASBIE). An association to the payer's Financial Account.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IFinancialAccount PayerFinancialAccount { get; set; } |
| Visual Basic |
|---|
Property PayerFinancialAccount As IFinancialAccount
Get
Set |
| Visual C++ |
|---|
property IFinancialAccount^ PayerFinancialAccount {
IFinancialAccount^ get ();
void set (IFinancialAccount^ value);
} |
| F# |
|---|
abstract PayerFinancialAccount : IFinancialAccount with get, set
|
Property Value
Type:
IFinancialAccountRemarks
See Also