The FinancialAccount type exposes the following members.

Constructors

  NameDescription
Public methodFinancialAccount
Default constructor.

Methods

  NameDescription
Public methodAddPaymentNote
Add a new 'Note' entry. Note (BBIE). Free-form text applying to the Payment to the owner of this account.
Public methodClearPaymentNotes
Removes all 'Note' entries. Note (BBIE). Free-form text applying to the Payment to the owner of this account.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPaymentNote
Gets a 'Note' entry. Note (BBIE). Free-form text applying to the Payment to the owner of this account.
Public methodGetPaymentNoteCount
Gets the number of 'Note' entries in the container object. Note (BBIE). Free-form text applying to the Payment to the owner of this account.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemovePaymentNote
Removes a 'Note' entry. Note (BBIE). Free-form text applying to the Payment to the owner of this account.
Public methodResetAccountTypeCode
Resets the node.
Public methodResetCountry
Resets the node.
Public methodResetCurrencyCode
Resets the node.
Public methodResetFinancialInstitutionBranch
Resets the node.
Public methodResetID
Resets the node.
Public methodResetName
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountTypeCode
Account Type Code (BBIE). The type of Financial Account, expressed as a code.
Public propertyAccountTypeCodeSet
Checks if the property has been set or not.
Public propertyCountry
Country (ASBIE). An association to Country.
Public propertyCountrySet
Checks if the property has been set or not.
Public propertyCurrencyCode
Currency Code (BBIE). The currency in which the Financial Account is held, expressed as a code.
Public propertyCurrencyCodeSet
Checks if the property has been set or not.
Public propertyFinancialInstitutionBranch
Branch (ASBIE). An association to Financial Institution Branch.
Public propertyFinancialInstitutionBranchSet
Checks if the property has been set or not.
Public propertyID
Identifier (BBIE). The identifier for the Financial Account; the Bank Account Number.
Public propertyIDSet
Checks if the property has been set or not.
Public propertyName
Name (BBIE). The name of the Financial Account.
Public propertyNameSet
Checks if the property has been set or not.

See Also