Click or drag to resize

BillingAccount Class

Represents billing account (read only). Specifies billing rules for a group of customers. Web service access scope - read only.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class BillingAccount : RemovableCorrigoEntity

The BillingAccount type exposes the following members.

Properties
 NameDescription
Public propertyAccrualMargin Accrual Margin, "whole" percentage value that is used in the calculation of Revenue Accruals (Default = 10). Supported values are 0 -99.
Public propertyAddress Address
Public propertyBalance Outstanding balance computed based on Customer Invoices and Payments activity.
Public propertyContacts Contacts
Public propertyCorpEntity Financial Entity collecting sales tax.
Public propertyCpThemeId Gets a customer portal theme id
Public propertyCurrencyTypeId Chosen currency.
Public propertyCustomers Customers
Public propertyCustomFields Custom Fields
Public propertyDisplayAs Displayable name. Max Length=256.
Public propertyIsBillAcct Gets a value indicating whether this customer group is a billing account
Public propertyIsCreditHold Boolean flag indicating whether credit for this account is held; may be set manually to identify customers who became overdue on their payments.
Public propertyIsSelfSelect True means Customer Group is available for Contact’s self-selection on Customer Portal. Supported by Customer Group only.
Public propertyIsTaxExempt True means tax exemption status applies to Customer Invoices.
Public propertyNotes Notes
Public propertyNumber Number (often used as integration key). Max Length=64
Public propertyPayDayNumber Week number or day number depending on PayDayType value (Billing Day of Month)
Public propertyPayDayType Billing day type (Billing Day of Month)
Public propertyPaymentInstrustions Payment instructions; free-text. Max Length=512.
Public propertyPaymentNumberOfDays Number of days in which Customer Invoice becomes due. Allowed values 0 – 999.
Public propertyPaymentTerms Payment terms; free-text. Max Length=512.
Public propertySalesRep Name of the sales representative, free-text, optional. Max Length=256.
Public propertySynchronizeNte Boolean flag; True means Customer NTE change affects Vendor NTE for WOs linked to this Billing Account. Supported by Billing Accounts only.
Public propertyUsers Employees
Top
See Also