Financial Account (ASBIE). An association to the payee's Financial Account.

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

Syntax

C#
public IFinancialAccount PayeeFinancialAccount { get; set; }
Visual Basic
Public Property PayeeFinancialAccount As IFinancialAccount
	Get
	Set
Visual C++
public:
virtual property IFinancialAccount^ PayeeFinancialAccount {
	IFinancialAccount^ get () sealed;
	void set (IFinancialAccount^ value) sealed;
}
F#
abstract PayeeFinancialAccount : IFinancialAccount with get, set
override PayeeFinancialAccount : IFinancialAccount with get, set

Property Value

Type: IFinancialAccount

Implements

IPaymentMeans..::..PayeeFinancialAccount

Remarks

Dictionary entry name
Payment Means. Payee_ Financial Account. Financial Account
Cardinality
0..1

See Also