Sage Intacct SDK for .NET
Intacct.SDK.Functions.AccountsPayable.VendorCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.AccountsPayable.VendorCreate:
Intacct.SDK.Functions.AccountsPayable.AbstractVendor Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 VendorCreate (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.AccountsPayable.AbstractVendor
string VendorId
 
string VendorName
 
bool? OneTime
 
bool? Active
 
string LastName
 
string FirstName
 
string MiddleName
 
string Prefix
 
string CompanyName
 
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 VendorTypeId
 
string ParentVendorId
 
string GlGroupName
 
string TaxId
 
string Form1099Name
 
string Form1099Type
 
string Form1099Box
 
string AttachmentsId
 
string DefaultExpenseGlAccountNo
 
bool? Taxable
 
string ContactTaxGroupName
 
decimal? CreditLimit
 
bool? OnHold
 
bool? DoNotPay
 
string Comments
 
string DefaultCurrency
 
string PrimaryContactName
 
string PayToContactName
 
string ReturnToContactName
 
List< ContactListInfoContactList = new List<ContactListInfo>()
 
string PreferredPaymentMethod
 
bool? SendAutomaticPaymentNotification
 
bool? MergePaymentRequests
 
string VendorBillingType
 
string PaymentPriority
 
string PaymentTerm
 
bool? TermDiscountDisplayedOnCheckStub
 
bool? AchEnabled
 
string AchBankRoutingNo
 
string AchBankAccountNo
 
string AchBankAccountType
 
string AchBankAccountClass
 
string VendorAccountNo
 
bool? LocationAssignedAccountNoDisplayedOnCheckStub
 
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.AccountsPayable.AbstractVendor
 AbstractVendor (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

◆ VendorCreate()

Intacct.SDK.Functions.AccountsPayable.VendorCreate.VendorCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.AccountsPayable.VendorCreate.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.