Sage Intacct SDK for PHP
AbstractVendor Class Reference
Inheritance diagram for AbstractVendor:
AbstractFunction FunctionInterface VendorCreate VendorDelete VendorUpdate

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getVendorName ()
 
 setVendorName ($vendorName)
 
 isOneTime ()
 
 setOneTime ($oneTime)
 
 isActive ()
 
 setActive ($active)
 
 getLastName ()
 
 setLastName ($lastName)
 
 getFirstName ()
 
 setFirstName ($firstName)
 
 getMiddleName ()
 
 setMiddleName ($middleName)
 
 getPrefix ()
 
 setPrefix ($prefix)
 
 getCompanyName ()
 
 setCompanyName ($companyName)
 
 getPrintAs ()
 
 setPrintAs ($printAs)
 
 getPrimaryPhoneNo ()
 
 setPrimaryPhoneNo ($primaryPhoneNo)
 
 getSecondaryPhoneNo ()
 
 setSecondaryPhoneNo ($secondaryPhoneNo)
 
 getCellularPhoneNo ()
 
 setCellularPhoneNo ($cellularPhoneNo)
 
 getPagerNo ()
 
 setPagerNo ($pagerNo)
 
 getFaxNo ()
 
 setFaxNo ($faxNo)
 
 getPrimaryEmailAddress ()
 
 setPrimaryEmailAddress ($primaryEmailAddress)
 
 getSecondaryEmailAddress ()
 
 setSecondaryEmailAddress ($secondaryEmailAddress)
 
 getPrimaryUrl ()
 
 setPrimaryUrl ($primaryUrl)
 
 getSecondaryUrl ()
 
 setSecondaryUrl ($secondaryUrl)
 
 getAddressLine1 ()
 
 setAddressLine1 ($addressLine1)
 
 getAddressLine2 ()
 
 setAddressLine2 ($addressLine2)
 
 getCity ()
 
 setCity ($city)
 
 getStateProvince ()
 
 setStateProvince ($stateProvince)
 
 getZipPostalCode ()
 
 setZipPostalCode ($zipPostalCode)
 
 getCountry ()
 
 setCountry ($country)
 
 getIsoCountryCode ()
 
 setIsoCountryCode ($isoCountryCode)
 
 isExcludedFromContactList ()
 
 setExcludedFromContactList ($excludedFromContactList)
 
 getVendorTypeId ()
 
 setVendorTypeId ($vendorTypeId)
 
 getParentVendorId ()
 
 setParentVendorId ($parentVendorId)
 
 getGlGroupName ()
 
 setGlGroupName ($glGroupName)
 
 getTaxId ()
 
 setTaxId ($taxId)
 
 getForm1099Name ()
 
 setForm1099Name ($form1099Name)
 
 getForm1099Type ()
 
 setForm1099Type ($form1099Type)
 
 getForm1099Box ()
 
 setForm1099Box ($form1099Box)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getDefaultExpenseGlAccountNo ()
 
 setDefaultExpenseGlAccountNo ($defaultExpenseGlAccountNo)
 
 isTaxable ()
 
 setTaxable ($taxable)
 
 getContactTaxGroupName ()
 
 setContactTaxGroupName ($contactTaxGroupName)
 
 getCreditLimit ()
 
 setCreditLimit ($creditLimit)
 
 isOnHold ()
 
 setOnHold ($onHold)
 
 isDoNotPay ()
 
 setDoNotPay ($doNotPay)
 
 getComments ()
 
 setComments ($comments)
 
 getDefaultCurrency ()
 
 setDefaultCurrency ($defaultCurrency)
 
 getPrimaryContactName ()
 
 setPrimaryContactName ($primaryContactName)
 
 getPayToContactName ()
 
 setPayToContactName ($payToContactName)
 
 getReturnToContactName ()
 
 setReturnToContactName ($returnToContactName)
 
 getPreferredPaymentMethod ()
 
 setPreferredPaymentMethod ($preferredPaymentMethod)
 
 isSendAutomaticPaymentNotification ()
 
 setSendAutomaticPaymentNotification ($sendAutomaticPaymentNotification)
 
 isMergePaymentRequests ()
 
 setMergePaymentRequests ($mergePaymentRequests)
 
 getVendorBillingType ()
 
 setVendorBillingType ($vendorBillingType)
 
 getPaymentPriority ()
 
 setPaymentPriority ($paymentPriority)
 
 getPaymentTerm ()
 
 setPaymentTerm ($paymentTerm)
 
 isTermDiscountDisplayedOnCheckStub ()
 
 setTermDiscountDisplayedOnCheckStub ($termDiscountDisplayedOnCheckStub)
 
 isAchEnabled ()
 
 setAchEnabled ($achEnabled)
 
 getAchBankRoutingNo ()
 
 setAchBankRoutingNo ($achBankRoutingNo)
 
 getAchBankAccountNo ()
 
 setAchBankAccountNo ($achBankAccountNo)
 
 getAchBankAccountType ()
 
 setAchBankAccountType ($achBankAccountType)
 
 getAchBankAccountClass ()
 
 setAchBankAccountClass ($achBankAccountClass)
 
 getVendorAccountNo ()
 
 setVendorAccountNo ($vendorAccountNo)
 
 isLocationAssignedAccountNoDisplayedOnCheckStub ()
 
 setLocationAssignedAccountNoDisplayedOnCheckStub ($locationAssignedAccountNoDisplayedOnCheckStub)
 
 getRestrictionType ()
 
 setRestrictionType ($restrictionType)
 
 getRestrictedLocations ()
 
 setRestrictedLocations ($restrictedLocations)
 
 getRestrictedDepartments ()
 
 setRestrictedDepartments ($restrictedDepartments)
 
 writeXmlMailAddress (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Data Fields

const RESTRICTION_TYPE_UNRESTRICTED = 'Unrestricted'
 
const RESTRICTION_TYPE_TOPLEVEL = 'RootOnly'
 
const RESTRICTION_TYPE_RESTRICTED = 'Restricted'
 

Protected Attributes

 $recordNo
 
 $vendorId
 
 $vendorName
 
 $oneTime
 
 $active
 
 $lastName
 
 $firstName
 
 $middleName
 
 $prefix
 
 $companyName
 
 $printAs
 
 $primaryPhoneNo
 
 $secondaryPhoneNo
 
 $cellularPhoneNo
 
 $pagerNo
 
 $faxNo
 
 $primaryEmailAddress
 
 $secondaryEmailAddress
 
 $primaryUrl
 
 $secondaryUrl
 
 $addressLine1
 
 $addressLine2
 
 $city
 
 $stateProvince
 
 $zipPostalCode
 
 $country
 
 $isoCountryCode
 
 $excludedFromContactList
 
 $vendorTypeId
 
 $parentVendorId
 
 $glGroupName
 
 $taxId
 
 $form1099Name
 
 $form1099Type
 
 $form1099Box
 
 $attachmentsId
 
 $defaultExpenseGlAccountNo
 
 $taxable
 
 $contactTaxGroupName
 
 $creditLimit
 
 $onHold
 
 $doNotPay
 
 $comments
 
 $defaultCurrency
 
 $primaryContactName
 
 $payToContactName
 
 $returnToContactName
 
 $preferredPaymentMethod
 
 $sendAutomaticPaymentNotification
 
 $mergePaymentRequests
 
 $vendorBillingType
 
 $paymentPriority
 
 $paymentTerm
 
 $termDiscountDisplayedOnCheckStub
 
 $achEnabled
 
 $achBankRoutingNo
 
 $achBankAccountNo
 
 $achBankAccountType
 
 $achBankAccountClass
 
 $vendorAccountNo
 
 $locationAssignedAccountNoDisplayedOnCheckStub
 
 $restrictionType
 
 $restrictedLocations = []
 
 $restrictedDepartments = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAchBankAccountClass()

getAchBankAccountClass ( )

Get ACH bank account class

Returns
string

◆ getAchBankAccountNo()

getAchBankAccountNo ( )

Get ACH bank account number

Returns
string

◆ getAchBankAccountType()

getAchBankAccountType ( )

Get ACH bank account type

Returns
string

◆ getAchBankRoutingNo()

getAchBankRoutingNo ( )

Get ACH bank routing number

Returns
string

◆ getAddressLine1()

getAddressLine1 ( )

Get address line 1

Returns
string

◆ getAddressLine2()

getAddressLine2 ( )

Get address line 2

Returns
string

◆ getAttachmentsId()

getAttachmentsId ( )

Get attachments ID

Returns
string

◆ getCellularPhoneNo()

getCellularPhoneNo ( )

Get cellular phone number

Returns
string

◆ getCity()

getCity ( )

Get city

Returns
string

◆ getComments()

getComments ( )

Get comments

Returns
string

◆ getCompanyName()

getCompanyName ( )

Get company name

Returns
string

◆ getContactTaxGroupName()

getContactTaxGroupName ( )

Get contact tax group name

Returns
string

◆ getCountry()

getCountry ( )

Get country

Returns
string

◆ getCreditLimit()

getCreditLimit ( )

Get credit limit

Returns
float|int|string

◆ getDefaultCurrency()

getDefaultCurrency ( )

Get default currency

Returns
string

◆ getDefaultExpenseGlAccountNo()

getDefaultExpenseGlAccountNo ( )

Get default expense GL account number

Returns
string

◆ getFaxNo()

getFaxNo ( )

Get fax number

Returns
string

◆ getFirstName()

getFirstName ( )

Get first name

Returns
string

◆ getForm1099Box()

getForm1099Box ( )

Get form 1099 box

Returns
int|string

◆ getForm1099Name()

getForm1099Name ( )

Get form 1099 name

Returns
string

◆ getForm1099Type()

getForm1099Type ( )

Get form 1099 type

Returns
string

◆ getGlGroupName()

getGlGroupName ( )

Get GL group name

Returns
string

◆ getIsoCountryCode()

getIsoCountryCode ( )
Returns
string

◆ getLastName()

getLastName ( )

Get last name

Returns
string

◆ getMiddleName()

getMiddleName ( )

Get middle name

Returns
string

◆ getPagerNo()

getPagerNo ( )

Get pager number

Returns
string

◆ getParentVendorId()

getParentVendorId ( )

Get parent vendor ID

Returns
string

◆ getPaymentPriority()

getPaymentPriority ( )

Get payment priority

Returns
string

◆ getPaymentTerm()

getPaymentTerm ( )

Get payment term

Returns
string

◆ getPayToContactName()

getPayToContactName ( )

Get pay to contact name

Returns
string

◆ getPreferredPaymentMethod()

getPreferredPaymentMethod ( )

Get preferred payment method

Returns
string

◆ getPrefix()

getPrefix ( )

Get prefix

Returns
string

◆ getPrimaryContactName()

getPrimaryContactName ( )

Get primary contact name

Returns
string

◆ getPrimaryEmailAddress()

getPrimaryEmailAddress ( )

Get primary email address

Returns
string

◆ getPrimaryPhoneNo()

getPrimaryPhoneNo ( )

Get primary phone number

Returns
string

◆ getPrimaryUrl()

getPrimaryUrl ( )

Get primary URL

Returns
string

◆ getPrintAs()

getPrintAs ( )

Get print as

Returns
string

◆ getRecordNo()

getRecordNo ( )

Get record number

Returns
int|string

◆ getRestrictedDepartments()

getRestrictedDepartments ( )

Get restricted departments

Returns
array

◆ getRestrictedLocations()

getRestrictedLocations ( )

Get restricted locations

Returns
array

◆ getRestrictionType()

getRestrictionType ( )

Get restriction type

Returns
string

◆ getReturnToContactName()

getReturnToContactName ( )

Get return to contact name

Returns
string

◆ getSecondaryEmailAddress()

getSecondaryEmailAddress ( )

Get secondary email address

Returns
string

◆ getSecondaryPhoneNo()

getSecondaryPhoneNo ( )

Get secondary phone number

Returns
string

◆ getSecondaryUrl()

getSecondaryUrl ( )

Get secondary URL

Returns
string

◆ getStateProvince()

getStateProvince ( )

Get state/province

Returns
string

◆ getTaxId()

getTaxId ( )

Get tax ID

Returns
string

◆ getVendorAccountNo()

getVendorAccountNo ( )

Get vendor account number

Returns
string

◆ getVendorBillingType()

getVendorBillingType ( )

Get vendor billing type

Returns
string

◆ getVendorId()

getVendorId ( )

Get vendor ID

Returns
string

◆ getVendorName()

getVendorName ( )

Get vendor name

Returns
string

◆ getVendorTypeId()

getVendorTypeId ( )

Get vendor type ID

Returns
string

◆ getZipPostalCode()

getZipPostalCode ( )

Get zip/postal code

Returns
string

◆ isAchEnabled()

isAchEnabled ( )

Get ACH enabled

Returns
bool

◆ isActive()

isActive ( )

Get active

Returns
bool

◆ isDoNotPay()

isDoNotPay ( )

Get do not pay

Returns
bool

◆ isExcludedFromContactList()

isExcludedFromContactList ( )

Get excluded from contact list

Returns
bool

◆ isLocationAssignedAccountNoDisplayedOnCheckStub()

isLocationAssignedAccountNoDisplayedOnCheckStub ( )

Get location assigned account numbers displayed on check stub

Returns
bool

◆ isMergePaymentRequests()

isMergePaymentRequests ( )

Get merge payment requests

Returns
bool

◆ isOneTime()

isOneTime ( )

Get one time

Returns
bool

◆ isOnHold()

isOnHold ( )

Get on hold

Returns
bool

◆ isSendAutomaticPaymentNotification()

isSendAutomaticPaymentNotification ( )

Get send automatic payment notification

Returns
bool

◆ isTaxable()

isTaxable ( )

Get taxable

Returns
bool

◆ isTermDiscountDisplayedOnCheckStub()

isTermDiscountDisplayedOnCheckStub ( )

Get term discount displayed on check stub

Returns
bool

◆ setAchBankAccountClass()

setAchBankAccountClass (   $achBankAccountClass)

Set ACH bank account class

Parameters
string$achBankAccountClass

◆ setAchBankAccountNo()

setAchBankAccountNo (   $achBankAccountNo)

Set ACH bank account number

Parameters
string$achBankAccountNo

◆ setAchBankAccountType()

setAchBankAccountType (   $achBankAccountType)

Set ACH bank account type

Parameters
string$achBankAccountType

◆ setAchBankRoutingNo()

setAchBankRoutingNo (   $achBankRoutingNo)

Set ACH bank routing number

Parameters
string$achBankRoutingNo

◆ setAchEnabled()

setAchEnabled (   $achEnabled)

Set ACH enabled

Parameters
bool$achEnabled

◆ setActive()

setActive (   $active)

Set active

Parameters
bool$active

◆ setAddressLine1()

setAddressLine1 (   $addressLine1)

Set address line 1

Parameters
string$addressLine1

◆ setAddressLine2()

setAddressLine2 (   $addressLine2)

Set address line 2

Parameters
string$addressLine2

◆ setAttachmentsId()

setAttachmentsId (   $attachmentsId)

Set attachments ID

Parameters
string$attachmentsId

◆ setCellularPhoneNo()

setCellularPhoneNo (   $cellularPhoneNo)

Set cellular phone number

Parameters
string$cellularPhoneNo

◆ setCity()

setCity (   $city)

Set city

Parameters
string$city

◆ setComments()

setComments (   $comments)

Set comments

Parameters
string$comments

◆ setCompanyName()

setCompanyName (   $companyName)

Set company name

Parameters
string$companyName

◆ setContactTaxGroupName()

setContactTaxGroupName (   $contactTaxGroupName)

Set contact tax group name

Parameters
string$contactTaxGroupName

◆ setCountry()

setCountry (   $country)

Set country

Parameters
string$country

◆ setCreditLimit()

setCreditLimit (   $creditLimit)

Set credit limit

Parameters
float | int | string$creditLimit

◆ setDefaultCurrency()

setDefaultCurrency (   $defaultCurrency)

Set default currency

Parameters
string$defaultCurrency

◆ setDefaultExpenseGlAccountNo()

setDefaultExpenseGlAccountNo (   $defaultExpenseGlAccountNo)

Set default expense GL account number

Parameters
string$defaultExpenseGlAccountNo

◆ setDoNotPay()

setDoNotPay (   $doNotPay)

Set do not pay

Parameters
bool$doNotPay

◆ setExcludedFromContactList()

setExcludedFromContactList (   $excludedFromContactList)

Set excluded from contact list

Parameters
bool$excludedFromContactList

◆ setFaxNo()

setFaxNo (   $faxNo)

Set fax number

Parameters
string$faxNo

◆ setFirstName()

setFirstName (   $firstName)

Set first name

Parameters
string$firstName

◆ setForm1099Box()

setForm1099Box (   $form1099Box)

Set form 1099 box

Parameters
int | string$form1099Box

◆ setForm1099Name()

setForm1099Name (   $form1099Name)

Set form 1099 name

Parameters
string$form1099Name

◆ setForm1099Type()

setForm1099Type (   $form1099Type)

Set form 1099 type

Parameters
string$form1099Type

◆ setGlGroupName()

setGlGroupName (   $glGroupName)

Set GL group name

Parameters
string$glGroupName

◆ setIsoCountryCode()

setIsoCountryCode (   $isoCountryCode)
Parameters
string$isoCountryCode

◆ setLastName()

setLastName (   $lastName)

Set last name

Parameters
string$lastName

◆ setLocationAssignedAccountNoDisplayedOnCheckStub()

setLocationAssignedAccountNoDisplayedOnCheckStub (   $locationAssignedAccountNoDisplayedOnCheckStub)

Set location assigned account numbers displayed on check stub

Parameters
bool$locationAssignedAccountNoDisplayedOnCheckStub

◆ setMergePaymentRequests()

setMergePaymentRequests (   $mergePaymentRequests)

Set merge payment requests

Parameters
bool$mergePaymentRequests

◆ setMiddleName()

setMiddleName (   $middleName)

Set middle name

Parameters
string$middleName

◆ setOneTime()

setOneTime (   $oneTime)

Set one time

Parameters
bool$oneTime

◆ setOnHold()

setOnHold (   $onHold)

Set on hold

Parameters
bool$onHold

◆ setPagerNo()

setPagerNo (   $pagerNo)

Set pager number

Parameters
string$pagerNo

◆ setParentVendorId()

setParentVendorId (   $parentVendorId)

Set parent vendor ID

Parameters
string$parentVendorId

◆ setPaymentPriority()

setPaymentPriority (   $paymentPriority)

Set payment priority

Parameters
string$paymentPriority

◆ setPaymentTerm()

setPaymentTerm (   $paymentTerm)

Set payment term

Parameters
string$paymentTerm

◆ setPayToContactName()

setPayToContactName (   $payToContactName)

Set pay to contact name

Parameters
string$payToContactName

◆ setPreferredPaymentMethod()

setPreferredPaymentMethod (   $preferredPaymentMethod)

Set preferred payment method

Parameters
string$preferredPaymentMethod

◆ setPrefix()

setPrefix (   $prefix)

Set prefix

Parameters
string$prefix

◆ setPrimaryContactName()

setPrimaryContactName (   $primaryContactName)

Set primary contact name

Parameters
string$primaryContactName

◆ setPrimaryEmailAddress()

setPrimaryEmailAddress (   $primaryEmailAddress)

Set primary email address Also, allows for unsetting of previously set email

Parameters
string$primaryEmailAddress

◆ setPrimaryPhoneNo()

setPrimaryPhoneNo (   $primaryPhoneNo)

Set primary phone number

Parameters
string$primaryPhoneNo

◆ setPrimaryUrl()

setPrimaryUrl (   $primaryUrl)

Set primary URL

Parameters
string$primaryUrl

◆ setPrintAs()

setPrintAs (   $printAs)

Set print as

Parameters
string$printAs

◆ setRecordNo()

setRecordNo (   $recordNo)

Set record number

Parameters
int | string$recordNo

◆ setRestrictedDepartments()

setRestrictedDepartments (   $restrictedDepartments)

Set restricted departments

Parameters
array$restrictedDepartments

◆ setRestrictedLocations()

setRestrictedLocations (   $restrictedLocations)

Set restricted locations

Parameters
array$restrictedLocations

◆ setRestrictionType()

setRestrictionType (   $restrictionType)

Set restriction type

Parameters
string$restrictionType

◆ setReturnToContactName()

setReturnToContactName (   $returnToContactName)

Set return to contact name

Parameters
string$returnToContactName

◆ setSecondaryEmailAddress()

setSecondaryEmailAddress (   $secondaryEmailAddress)

Set secondary email address

Parameters
string$secondaryEmailAddress

◆ setSecondaryPhoneNo()

setSecondaryPhoneNo (   $secondaryPhoneNo)

Set secondary phone number

Parameters
string$secondaryPhoneNo

◆ setSecondaryUrl()

setSecondaryUrl (   $secondaryUrl)

Set secondary URL

Parameters
string$secondaryUrl

◆ setSendAutomaticPaymentNotification()

setSendAutomaticPaymentNotification (   $sendAutomaticPaymentNotification)

Set send automatic payment notification

Parameters
bool$sendAutomaticPaymentNotification

◆ setStateProvince()

setStateProvince (   $stateProvince)

Set state/province

Parameters
string$stateProvince

◆ setTaxable()

setTaxable (   $taxable)

Set taxable

Parameters
bool$taxable

◆ setTaxId()

setTaxId (   $taxId)

Set tax ID

Parameters
string$taxId

◆ setTermDiscountDisplayedOnCheckStub()

setTermDiscountDisplayedOnCheckStub (   $termDiscountDisplayedOnCheckStub)

Set term discount displayed on check stub

Parameters
bool$termDiscountDisplayedOnCheckStub

◆ setVendorAccountNo()

setVendorAccountNo (   $vendorAccountNo)

Set vendor account number

Parameters
string$vendorAccountNo

◆ setVendorBillingType()

setVendorBillingType (   $vendorBillingType)

Set vendor billing type

Parameters
string$vendorBillingType

◆ setVendorId()

setVendorId (   $vendorId)

Set vendor ID

Parameters
string$vendorId

◆ setVendorName()

setVendorName (   $vendorName)

Set vendor name

Parameters
string$vendorName

◆ setVendorTypeId()

setVendorTypeId (   $vendorTypeId)

Set vendor type ID

Parameters
string$vendorTypeId

◆ setZipPostalCode()

setZipPostalCode (   $zipPostalCode)

Set zip/postal code

Parameters
string$zipPostalCode

◆ writeXmlMailAddress()

writeXmlMailAddress ( XMLWriter $xml)
Parameters
XMLWriter$xml

Field Documentation

◆ $achBankAccountClass

$achBankAccountClass
protected

◆ $achBankAccountNo

$achBankAccountNo
protected

◆ $achBankAccountType

$achBankAccountType
protected

◆ $achBankRoutingNo

$achBankRoutingNo
protected

◆ $achEnabled

$achEnabled
protected

◆ $active

$active
protected

◆ $addressLine1

$addressLine1
protected

◆ $addressLine2

$addressLine2
protected

◆ $attachmentsId

$attachmentsId
protected

◆ $cellularPhoneNo

$cellularPhoneNo
protected

◆ $city

$city
protected

◆ $comments

$comments
protected

◆ $companyName

$companyName
protected

◆ $contactTaxGroupName

$contactTaxGroupName
protected

◆ $country

$country
protected

◆ $creditLimit

$creditLimit
protected

◆ $defaultCurrency

$defaultCurrency
protected

◆ $defaultExpenseGlAccountNo

$defaultExpenseGlAccountNo
protected

◆ $doNotPay

$doNotPay
protected

◆ $excludedFromContactList

$excludedFromContactList
protected

◆ $faxNo

$faxNo
protected

◆ $firstName

$firstName
protected

◆ $form1099Box

$form1099Box
protected

◆ $form1099Name

$form1099Name
protected

◆ $form1099Type

$form1099Type
protected

◆ $glGroupName

$glGroupName
protected

◆ $isoCountryCode

$isoCountryCode
protected

◆ $lastName

$lastName
protected

◆ $locationAssignedAccountNoDisplayedOnCheckStub

$locationAssignedAccountNoDisplayedOnCheckStub
protected

◆ $mergePaymentRequests

$mergePaymentRequests
protected

◆ $middleName

$middleName
protected

◆ $oneTime

$oneTime
protected

◆ $onHold

$onHold
protected

◆ $pagerNo

$pagerNo
protected

◆ $parentVendorId

$parentVendorId
protected

◆ $paymentPriority

$paymentPriority
protected

◆ $paymentTerm

$paymentTerm
protected

◆ $payToContactName

$payToContactName
protected

◆ $preferredPaymentMethod

$preferredPaymentMethod
protected

◆ $prefix

$prefix
protected

◆ $primaryContactName

$primaryContactName
protected

◆ $primaryEmailAddress

$primaryEmailAddress
protected

◆ $primaryPhoneNo

$primaryPhoneNo
protected

◆ $primaryUrl

$primaryUrl
protected

◆ $printAs

$printAs
protected

◆ $recordNo

$recordNo
protected

◆ $restrictedDepartments

$restrictedDepartments = []
protected

◆ $restrictedLocations

$restrictedLocations = []
protected

◆ $restrictionType

$restrictionType
protected

◆ $returnToContactName

$returnToContactName
protected

◆ $secondaryEmailAddress

$secondaryEmailAddress
protected

◆ $secondaryPhoneNo

$secondaryPhoneNo
protected

◆ $secondaryUrl

$secondaryUrl
protected

◆ $sendAutomaticPaymentNotification

$sendAutomaticPaymentNotification
protected

◆ $stateProvince

$stateProvince
protected

◆ $taxable

$taxable
protected

◆ $taxId

$taxId
protected

◆ $termDiscountDisplayedOnCheckStub

$termDiscountDisplayedOnCheckStub
protected

◆ $vendorAccountNo

$vendorAccountNo
protected

◆ $vendorBillingType

$vendorBillingType
protected

◆ $vendorId

$vendorId
protected

◆ $vendorName

$vendorName
protected

◆ $vendorTypeId

$vendorTypeId
protected

◆ $zipPostalCode

$zipPostalCode
protected

◆ RESTRICTION_TYPE_RESTRICTED

const RESTRICTION_TYPE_RESTRICTED = 'Restricted'

◆ RESTRICTION_TYPE_TOPLEVEL

const RESTRICTION_TYPE_TOPLEVEL = 'RootOnly'

◆ RESTRICTION_TYPE_UNRESTRICTED

const RESTRICTION_TYPE_UNRESTRICTED = 'Unrestricted'