Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.AbstractContact Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.AbstractContact:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.Company.ContactCreate Intacct.SDK.Functions.Company.ContactDelete Intacct.SDK.Functions.Company.ContactUpdate

Public Member Functions

void WriteXmlMailAddress (ref IaXmlWriter xml)
 
- 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)
 

Data Fields

string ContactName
 
string LastName
 
string FirstName
 
string MiddleName
 
string Prefix
 
string CompanyName
 
string PrintAs
 
bool? Taxable
 
string TaxId
 
string ContactTaxGroupName
 
bool? Active
 
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
 

Protected Member Functions

 AbstractContact (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- 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

◆ AbstractContact()

Intacct.SDK.Functions.Company.AbstractContact.AbstractContact ( string  controlId = null)
inlineprotected

Member Function Documentation

◆ WriteXmlMailAddress()

void Intacct.SDK.Functions.Company.AbstractContact.WriteXmlMailAddress ( ref IaXmlWriter  xml)
inline

Field Documentation

◆ Active

bool? Intacct.SDK.Functions.Company.AbstractContact.Active

◆ AddressLine1

string Intacct.SDK.Functions.Company.AbstractContact.AddressLine1

◆ AddressLine2

string Intacct.SDK.Functions.Company.AbstractContact.AddressLine2

◆ CellularPhoneNo

string Intacct.SDK.Functions.Company.AbstractContact.CellularPhoneNo

◆ City

string Intacct.SDK.Functions.Company.AbstractContact.City

◆ CompanyName

string Intacct.SDK.Functions.Company.AbstractContact.CompanyName

◆ ContactName

string Intacct.SDK.Functions.Company.AbstractContact.ContactName

◆ ContactTaxGroupName

string Intacct.SDK.Functions.Company.AbstractContact.ContactTaxGroupName

◆ Country

string Intacct.SDK.Functions.Company.AbstractContact.Country

◆ FaxNo

string Intacct.SDK.Functions.Company.AbstractContact.FaxNo

◆ FirstName

string Intacct.SDK.Functions.Company.AbstractContact.FirstName

◆ IsoCountryCode

string Intacct.SDK.Functions.Company.AbstractContact.IsoCountryCode

◆ LastName

string Intacct.SDK.Functions.Company.AbstractContact.LastName

◆ MiddleName

string Intacct.SDK.Functions.Company.AbstractContact.MiddleName

◆ PagerNo

string Intacct.SDK.Functions.Company.AbstractContact.PagerNo

◆ Prefix

string Intacct.SDK.Functions.Company.AbstractContact.Prefix

◆ PrimaryEmailAddress

string Intacct.SDK.Functions.Company.AbstractContact.PrimaryEmailAddress

◆ PrimaryPhoneNo

string Intacct.SDK.Functions.Company.AbstractContact.PrimaryPhoneNo

◆ PrimaryUrl

string Intacct.SDK.Functions.Company.AbstractContact.PrimaryUrl

◆ PrintAs

string Intacct.SDK.Functions.Company.AbstractContact.PrintAs

◆ SecondaryEmailAddress

string Intacct.SDK.Functions.Company.AbstractContact.SecondaryEmailAddress

◆ SecondaryPhoneNo

string Intacct.SDK.Functions.Company.AbstractContact.SecondaryPhoneNo

◆ SecondaryUrl

string Intacct.SDK.Functions.Company.AbstractContact.SecondaryUrl

◆ StateProvince

string Intacct.SDK.Functions.Company.AbstractContact.StateProvince

◆ Taxable

bool? Intacct.SDK.Functions.Company.AbstractContact.Taxable

◆ TaxId

string Intacct.SDK.Functions.Company.AbstractContact.TaxId

◆ ZipPostalCode

string Intacct.SDK.Functions.Company.AbstractContact.ZipPostalCode