Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.AccountsReceivable.CustomerCreate Intacct.SDK.Functions.AccountsReceivable.CustomerDelete Intacct.SDK.Functions.AccountsReceivable.CustomerUpdate

Data Fields

string CustomerId
 
string CustomerName
 
bool? OneTime
 
bool? Active
 
string LastName
 
string FirstName
 
string MiddleName
 
string Prefix
 
string CompanyName
 
string ContactName
 
string PrintAs
 
string PrimaryPhoneNo
 
string SecondaryPhoneNo
 
string CellularPhoneNo
 
string PagerNo
 
string FaxNo
 
string PrimaryEmailAddress
 
string SecondaryEmailAddress
 
string PrimaryUrl
 
string SecondaryUrl
 
string AddressLine1
 
string AddressLine2
 
string City
 
string StateProvince
 
string ZipPostalCode
 
string Country
 
string IsoCountryCode
 
bool? ExcludedFromContactList
 
string CustomerTypeId
 
string SalesRepEmployeeId
 
string ParentCustomerId
 
string GlGroupName
 
string TerritoryId
 
string AttachmentsId
 
string PaymentTerm
 
string OffsetArGlAccountNo
 
string DefaultRevenueGlAccountNo
 
string ShippingMethod
 
string ResaleNumber
 
bool? Taxable
 
string ContactTaxGroupName
 
string TaxId
 
decimal? CreditLimit
 
bool? OnHold
 
string DeliveryMethod
 
string DefaultInvoiceMessage
 
string Comments
 
string DefaultCurrency
 
string PrintOptionArInvoiceTemplateName
 
string PrintOptionOeQuoteTemplateName
 
string PrintOptionOeOrderTemplateName
 
string PrintOptionOeListTemplateName
 
string PrintOptionOeInvoiceTemplateName
 
string PrintOptionOeAdjustmentTemplateName
 
string PrintOptionOeOtherTemplateName
 
string PrimaryContactName
 
string BillToContactName
 
string ShipToContactName
 
List< ContactListInfoContactList = new List<ContactListInfo>()
 
string RestrictionType
 
List< string > RestrictedLocations = new List<string>()
 
List< string > RestrictedDepartments = new List<string>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

 AbstractCustomer (string controlId=null)
 
void WriteXmlMailAddress (ref IaXmlWriter xml)
 
void WriteXmlContactListInfo (ref IaXmlWriter xml)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ AbstractCustomer()

Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.AbstractCustomer ( string  controlId = null)
inlineprotected

Member Function Documentation

◆ WriteXmlContactListInfo()

void Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.WriteXmlContactListInfo ( ref IaXmlWriter  xml)
inlineprotected

◆ WriteXmlMailAddress()

void Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.WriteXmlMailAddress ( ref IaXmlWriter  xml)
inlineprotected

Field Documentation

◆ Active

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.Active

◆ AddressLine1

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.AddressLine1

◆ AddressLine2

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.AddressLine2

◆ AttachmentsId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.AttachmentsId

◆ BillToContactName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.BillToContactName

◆ CellularPhoneNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CellularPhoneNo

◆ City

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.City

◆ Comments

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.Comments

◆ CompanyName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CompanyName

◆ ContactList

List<ContactListInfo> Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ContactList = new List<ContactListInfo>()

◆ ContactName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ContactName

◆ ContactTaxGroupName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ContactTaxGroupName

◆ Country

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.Country

◆ CreditLimit

decimal? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CreditLimit

◆ CustomerId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CustomerId

◆ CustomerName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CustomerName

◆ CustomerTypeId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CustomerTypeId

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.CustomFields = new Dictionary<string, dynamic>()

◆ DefaultCurrency

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.DefaultCurrency

◆ DefaultInvoiceMessage

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.DefaultInvoiceMessage

◆ DefaultRevenueGlAccountNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.DefaultRevenueGlAccountNo

◆ DeliveryMethod

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.DeliveryMethod

◆ ExcludedFromContactList

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ExcludedFromContactList

◆ FaxNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.FaxNo

◆ FirstName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.FirstName

◆ GlGroupName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.GlGroupName

◆ IsoCountryCode

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.IsoCountryCode

◆ LastName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.LastName

◆ MiddleName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.MiddleName

◆ OffsetArGlAccountNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.OffsetArGlAccountNo

◆ OneTime

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.OneTime

◆ OnHold

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.OnHold

◆ PagerNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PagerNo

◆ ParentCustomerId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ParentCustomerId

◆ PaymentTerm

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PaymentTerm

◆ Prefix

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.Prefix

◆ PrimaryContactName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrimaryContactName

◆ PrimaryEmailAddress

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrimaryEmailAddress

◆ PrimaryPhoneNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrimaryPhoneNo

◆ PrimaryUrl

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrimaryUrl

◆ PrintAs

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintAs

◆ PrintOptionArInvoiceTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionArInvoiceTemplateName

◆ PrintOptionOeAdjustmentTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeAdjustmentTemplateName

◆ PrintOptionOeInvoiceTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeInvoiceTemplateName

◆ PrintOptionOeListTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeListTemplateName

◆ PrintOptionOeOrderTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeOrderTemplateName

◆ PrintOptionOeOtherTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeOtherTemplateName

◆ PrintOptionOeQuoteTemplateName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.PrintOptionOeQuoteTemplateName

◆ ResaleNumber

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ResaleNumber

◆ RestrictedDepartments

List<string> Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.RestrictedDepartments = new List<string>()

◆ RestrictedLocations

List<string> Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.RestrictedLocations = new List<string>()

◆ RestrictionType

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.RestrictionType

◆ SalesRepEmployeeId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.SalesRepEmployeeId

◆ SecondaryEmailAddress

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.SecondaryEmailAddress

◆ SecondaryPhoneNo

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.SecondaryPhoneNo

◆ SecondaryUrl

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.SecondaryUrl

◆ ShippingMethod

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ShippingMethod

◆ ShipToContactName

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ShipToContactName

◆ StateProvince

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.StateProvince

◆ Taxable

bool? Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.Taxable

◆ TaxId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.TaxId

◆ TerritoryId

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.TerritoryId

◆ ZipPostalCode

string Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer.ZipPostalCode