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

Data Fields

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

 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)
 

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

◆ AbstractVendor()

Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AbstractVendor ( string  controlId = null)
inlineprotected

Member Function Documentation

◆ WriteXmlContactListInfo()

void Intacct.SDK.Functions.AccountsPayable.AbstractVendor.WriteXmlContactListInfo ( ref IaXmlWriter  xml)
inlineprotected

◆ WriteXmlMailAddress()

void Intacct.SDK.Functions.AccountsPayable.AbstractVendor.WriteXmlMailAddress ( ref IaXmlWriter  xml)
inlineprotected

Field Documentation

◆ AchBankAccountClass

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AchBankAccountClass

◆ AchBankAccountNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AchBankAccountNo

◆ AchBankAccountType

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AchBankAccountType

◆ AchBankRoutingNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AchBankRoutingNo

◆ AchEnabled

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AchEnabled

◆ Active

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Active

◆ AddressLine1

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AddressLine1

◆ AddressLine2

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AddressLine2

◆ AttachmentsId

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.AttachmentsId

◆ CellularPhoneNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.CellularPhoneNo

◆ City

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.City

◆ Comments

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Comments

◆ CompanyName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.CompanyName

◆ ContactList

List<ContactListInfo> Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ContactList = new List<ContactListInfo>()

◆ ContactTaxGroupName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ContactTaxGroupName

◆ Country

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Country

◆ CreditLimit

decimal? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.CreditLimit

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.AccountsPayable.AbstractVendor.CustomFields = new Dictionary<string, dynamic>()

◆ DefaultCurrency

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.DefaultCurrency

◆ DefaultExpenseGlAccountNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.DefaultExpenseGlAccountNo

◆ DoNotPay

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.DoNotPay

◆ ExcludedFromContactList

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ExcludedFromContactList

◆ FaxNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.FaxNo

◆ FirstName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.FirstName

◆ Form1099Box

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Form1099Box

◆ Form1099Name

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Form1099Name

◆ Form1099Type

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Form1099Type

◆ GlGroupName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.GlGroupName

◆ IsoCountryCode

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.IsoCountryCode

◆ LastName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.LastName

◆ LocationAssignedAccountNoDisplayedOnCheckStub

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.LocationAssignedAccountNoDisplayedOnCheckStub

◆ MergePaymentRequests

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.MergePaymentRequests

◆ MiddleName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.MiddleName

◆ OneTime

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.OneTime

◆ OnHold

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.OnHold

◆ PagerNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PagerNo

◆ ParentVendorId

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ParentVendorId

◆ PaymentPriority

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PaymentPriority

◆ PaymentTerm

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PaymentTerm

◆ PayToContactName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PayToContactName

◆ PreferredPaymentMethod

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PreferredPaymentMethod

◆ Prefix

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Prefix

◆ PrimaryContactName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PrimaryContactName

◆ PrimaryEmailAddress

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PrimaryEmailAddress

◆ PrimaryPhoneNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PrimaryPhoneNo

◆ PrimaryUrl

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PrimaryUrl

◆ PrintAs

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.PrintAs

◆ RestrictedDepartments

List<string> Intacct.SDK.Functions.AccountsPayable.AbstractVendor.RestrictedDepartments = new List<string>()

◆ RestrictedLocations

List<string> Intacct.SDK.Functions.AccountsPayable.AbstractVendor.RestrictedLocations = new List<string>()

◆ RestrictionType

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.RestrictionType

◆ ReturnToContactName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ReturnToContactName

◆ SecondaryEmailAddress

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.SecondaryEmailAddress

◆ SecondaryPhoneNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.SecondaryPhoneNo

◆ SecondaryUrl

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.SecondaryUrl

◆ SendAutomaticPaymentNotification

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.SendAutomaticPaymentNotification

◆ StateProvince

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.StateProvince

◆ Taxable

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.Taxable

◆ TaxId

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.TaxId

◆ TermDiscountDisplayedOnCheckStub

bool? Intacct.SDK.Functions.AccountsPayable.AbstractVendor.TermDiscountDisplayedOnCheckStub

◆ VendorAccountNo

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.VendorAccountNo

◆ VendorBillingType

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.VendorBillingType

◆ VendorId

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.VendorId

◆ VendorName

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.VendorName

◆ VendorTypeId

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.VendorTypeId

◆ ZipPostalCode

string Intacct.SDK.Functions.AccountsPayable.AbstractVendor.ZipPostalCode