The CFinancialProfile type exposes the following members.

Methods

  NameDescription
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)

Fields

  NameDescription
mEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
mErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

Properties

  NameDescription
BackorderPreference
The contact's preference of what to do when ordered items are not immediately available
BillToContactId
The ContactId of another contact to which bills generated by this contact should be sent (e.g., for dues, events registrations, etc.)
CreditLimit
The amount of credit that can be extended to this contact
DefaultTaxAuthority
The default taxing authority to use when the Contact orders taxable items
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
IsVatExempt
Indicates whether or not the Contact is exempt from VAT (Value Added Tax) where it is charged
RenewedThruDate
The date thru whcih the Contatc's dues were last renewed
RenewMonths
The number of months for which the Contact's dues were last renewed
StatementOptOutFlag
Indicates whether or not account statements should be sent to the Contact
TaxExemptNumber
The Contact's Tax Exemption number (if any)
TermsCode
The financial "terms" to use in financial transactions with this Contact. e.g., "Net 30"
VatCountry
The country to which the Contact should pay VAT or is exempt from VAT IsVatExempt
VatRegNumber
The Contact's VAT registration number

See Also