The CFinancialEntity type exposes the following members.

Constructors

  NameDescription
Public methodCFinancialEntity
Initializes a new instance of the CFinancialEntity class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCompanyVatRegistrationNumber
Gets the VAT company used by the Financial Entity. Set only if TaxType is TaxVat.
Public propertyDefaultARAccount
Gets the General Ledger Account that this Financial entity uses for Accounts Receivable (i.e., when full payment is not recieved for an order).
Public propertyDefaultCancellationAcct
Gets the General Ledger Account that this Financial entity uses for tracking Cancellations.
Public propertyDefaultCashAcct
Gets the default cash account number for this organization.
Public propertyDefaultFreightAccount
Gets the General Ledger Account that this Financial entity uses for Freight (Shipping) charges.
Public propertyDefaultHandlingAccount
Gets the General Ledger Account that this Financial entity uses for Handling charges (i.e., of Shipping and Handling).
Public propertyDefaultIncomeAcct
Gets the General Ledger Account that this Financial entity uses for those transactions where an income account is not specified at the product level.
Public propertyDefaultPrepaidOrderAcct
Gets the General Ledger Account that this Financial entity uses when a prepaid order is initially entered. The Cash account is debited and the Prepaid account is credited.
Public propertyDefaultTaxAcct
Gets the General Ledger Account that this Financial entity uses for those transactions where a sales tax account is not specified at the product level.
Public propertyDefaultTransferClearingAcct
Gets the General Ledger Account that this Financial entity uses for transaction generation where forced balancing is required.
Public propertyDefaultWriteOffOffsetAcct
Gets the General Ledger Account to which the offset credit or debit created by the credit/debit write-off process (from AR/Cash, select Process month-end procedures, and click Credit/Debit Write-Offs) will be written for this Financial Entity.
Public propertyDiscountAccount
Gets the General Ledger Account that this Financial entity uses for tracking Discounts.
Public propertyFinanceAccount
Gets the General Ledger Account that this Financial entity uses for the Finance account.
Public propertyFinancialEntityCode
Gets the key to the Financial Entity/Organization.
Public propertyFinancialEntityName
Gets the full name of the Financial Entity.
Public propertyGstRemitNumber
Gets the remittance number this Financial Entity uses for the Canadian Goods and Services Tax. Set only if TaxType is TaxCanadian.
Public propertyInvoiceAddress
Gets the organization's complete address. This address is the receipt address for invoices and other correspondences. It is also used on reports where the name and address display as a block.
Public propertyIsDefault
Gets an indication of whether this Financial Entity is the system default financial entity.
Public propertyIsFund
Gets an indication of whether this Financial Entity is also a Fund.
Public propertyLetterheadAddress
Gets the single line address, like that typically used on Letter Head. Used in iMIS for reports and confirmations.
Public propertyRefundAPAcct
Gets the General Ledger Account that this Financial entity uses for Accounts Payable control for the AP interface.
Public propertyRefundClearingAccount
Gets the General Ledger Account that this Financial entity uses when it clears credit balances. marked for refund.
Public propertyTaxAuthorityCode
Gets the key to the Tax Authority that this Financial Entity uses for Canadian taxes. Set only if TaxType is TaxCanadian.
Public propertyTaxType
Gets type of tax that the Financial Entity tracks. Currently one of TaxStandard, TaxCanadian, or TaxVat.
Public propertyVatBranchId
Gets the VAT Branch ID number for the Financial Entity (optional). Set only if TaxType is TaxVat.
Public propertyVatCountryCode
Gets the alphabetic part of an alphanumeric VAT number. This corresponds to the EU member country of the organization. For example, FR 224 852 654 12 is used in France and BE 422 544 865 is used in Belgium. et only if TaxType is TaxVat.
Public propertyVatRegistrationNumber
Gets the numeric part of an alphanumeric VAT number. Length and structure will vary depending on country. For example, FR 224 852 654 12 is used in France and BE 422 544 865 is used in Belgium. Set only if TaxType is TaxVat.

See Also