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

Public Member Functions

 CustomerCreate (string controlId=null)
 
override 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...
 
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)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer
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 inherited from Intacct.SDK.Functions.AccountsReceivable.AbstractCustomer
 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)
 
- 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

◆ CustomerCreate()

Intacct.SDK.Functions.AccountsReceivable.CustomerCreate.CustomerCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.AccountsReceivable.CustomerCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

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.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.