Sage Intacct SDK for PHP
AbstractCustomer Class Reference
Inheritance diagram for AbstractCustomer:
AbstractFunction FunctionInterface CustomerCreate CustomerDelete CustomerUpdate

Public Member Functions

 getRecordNo ()
 
 setRecordNo ($recordNo)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getCustomerName ()
 
 setCustomerName ($customerName)
 
 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)
 
 getCustomerTypeId ()
 
 setCustomerTypeId ($customerTypeId)
 
 getSalesRepEmployeeId ()
 
 setSalesRepEmployeeId ($salesRepEmployeeId)
 
 getParentCustomerId ()
 
 setParentCustomerId ($parentCustomerId)
 
 getGlGroupName ()
 
 setGlGroupName ($glGroupName)
 
 getTerritoryId ()
 
 setTerritoryId ($territoryId)
 
 getAttachmentsId ()
 
 setAttachmentsId ($attachmentsId)
 
 getPaymentTerm ()
 
 setPaymentTerm ($paymentTerm)
 
 getOffsetArGlAccountNo ()
 
 setOffsetArGlAccountNo ($offsetArGlAccountNo)
 
 getDefaultRevenueGlAccountNo ()
 
 setDefaultRevenueGlAccountNo ($defaultRevenueGlAccountNo)
 
 getShippingMethod ()
 
 setShippingMethod ($shippingMethod)
 
 getResaleNumber ()
 
 setResaleNumber ($resaleNumber)
 
 isTaxable ()
 
 setTaxable ($taxable)
 
 getContactTaxGroupName ()
 
 setContactTaxGroupName ($contactTaxGroupName)
 
 getTaxId ()
 
 setTaxId ($taxId)
 
 isOnHold ()
 
 setOnHold ($onHold)
 
 getCreditLimit ()
 
 setCreditLimit ($creditLimit)
 
 getDeliveryMethod ()
 
 setDeliveryMethod ($deliveryMethod)
 
 getDefaultInvoiceMessage ()
 
 setDefaultInvoiceMessage ($defaultInvoiceMessage)
 
 getComments ()
 
 setComments ($comments)
 
 getDefaultCurrency ()
 
 setDefaultCurrency ($defaultCurrency)
 
 getPrintOptionArInvoiceTemplateName ()
 
 setPrintOptionArInvoiceTemplateName ( $printOptionArInvoiceTemplateName)
 
 getPrintOptionOeQuoteTemplateName ()
 
 setPrintOptionOeQuoteTemplateName ( $printOptionOeQuoteTemplateName)
 
 getPrintOptionOeOrderTemplateName ()
 
 setPrintOptionOeOrderTemplateName ( $printOptionOeOrderTemplateName)
 
 getPrintOptionOeListTemplateName ()
 
 setPrintOptionOeListTemplateName ( $printOptionOeListTemplateName)
 
 getPrintOptionOeInvoiceTemplateName ()
 
 setPrintOptionOeInvoiceTemplateName ( $printOptionOeInvoiceTemplateName)
 
 getPrintOptionOeAdjustmentTemplateName ()
 
 setPrintOptionOeAdjustmentTemplateName ( $printOptionOeAdjustmentTemplateName)
 
 getPrintOptionOeOtherTemplateName ()
 
 setPrintOptionOeOtherTemplateName ( $printOptionOeOtherTemplateName)
 
 getPrimaryContactName ()
 
 setPrimaryContactName ($primaryContactName)
 
 getBillToContactName ()
 
 setBillToContactName ($billToContactName)
 
 getShipToContactName ()
 
 setShipToContactName ($shipToContactName)
 
 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
 
 $customerId
 
 $customerName
 
 $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
 
 $customerTypeId
 
 $salesRepEmployeeId
 
 $parentCustomerId
 
 $glGroupName
 
 $territoryId
 
 $attachmentsId
 
 $paymentTerm
 
 $offsetArGlAccountNo
 
 $defaultRevenueGlAccountNo
 
 $shippingMethod
 
 $resaleNumber
 
 $taxable
 
 $contactTaxGroupName
 
 $taxId
 
 $creditLimit
 
 $onHold
 
 $deliveryMethod
 
 $defaultInvoiceMessage
 
 $comments
 
 $defaultCurrency
 
 $printOptionArInvoiceTemplateName
 
 $printOptionOeQuoteTemplateName
 
 $printOptionOeOrderTemplateName
 
 $printOptionOeListTemplateName
 
 $printOptionOeInvoiceTemplateName
 
 $printOptionOeAdjustmentTemplateName
 
 $printOptionOeOtherTemplateName
 
 $primaryContactName
 
 $billToContactName
 
 $shipToContactName
 
 $restrictionType
 
 $restrictedLocations = []
 
 $restrictedDepartments = []
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getAddressLine1()

getAddressLine1 ( )

Get address line 1

Returns
string

◆ getAddressLine2()

getAddressLine2 ( )

Get address line 2

Returns
string

◆ getAttachmentsId()

getAttachmentsId ( )

Get attachments ID

Returns
string

◆ getBillToContactName()

getBillToContactName ( )

Get bill to contact name

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

◆ getCustomerId()

getCustomerId ( )

Get customer ID

Returns
string

◆ getCustomerName()

getCustomerName ( )

Get customer name

Returns
string

◆ getCustomerTypeId()

getCustomerTypeId ( )

Get customer type ID

Returns
string

◆ getDefaultCurrency()

getDefaultCurrency ( )

Get default currency

Returns
string

◆ getDefaultInvoiceMessage()

getDefaultInvoiceMessage ( )

Get default invoice message

Returns
string

◆ getDefaultRevenueGlAccountNo()

getDefaultRevenueGlAccountNo ( )

Get default revenue GL account number

Returns
string

◆ getDeliveryMethod()

getDeliveryMethod ( )

Get delivery method

Returns
string|string[]

◆ getFaxNo()

getFaxNo ( )

Get fax number

Returns
string

◆ getFirstName()

getFirstName ( )

Get first name

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

◆ getOffsetArGlAccountNo()

getOffsetArGlAccountNo ( )

Get offset AR GL account number

Returns
string

◆ getPagerNo()

getPagerNo ( )

Get pager number

Returns
string

◆ getParentCustomerId()

getParentCustomerId ( )

Get parent customer ID

Returns
string

◆ getPaymentTerm()

getPaymentTerm ( )

Get payment term

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

◆ getPrintOptionArInvoiceTemplateName()

getPrintOptionArInvoiceTemplateName ( )

Get print option AR invoice template name

Returns
string

◆ getPrintOptionOeAdjustmentTemplateName()

getPrintOptionOeAdjustmentTemplateName ( )

Get print option OE adjustment template name

Returns
string

◆ getPrintOptionOeInvoiceTemplateName()

getPrintOptionOeInvoiceTemplateName ( )

Get print option OE invoice template name

Returns
string

◆ getPrintOptionOeListTemplateName()

getPrintOptionOeListTemplateName ( )

Get print option OE list template name

Returns
string

◆ getPrintOptionOeOrderTemplateName()

getPrintOptionOeOrderTemplateName ( )

Get print option OE order template name

Returns
string

◆ getPrintOptionOeOtherTemplateName()

getPrintOptionOeOtherTemplateName ( )

Get print option OE other template name

Returns
string

◆ getPrintOptionOeQuoteTemplateName()

getPrintOptionOeQuoteTemplateName ( )

Get print option OE quote template name

Returns
string

◆ getRecordNo()

getRecordNo ( )

Get record number

Returns
int|string

◆ getResaleNumber()

getResaleNumber ( )

Get resale number

Returns
string

◆ getRestrictedDepartments()

getRestrictedDepartments ( )

Get restricted departments

Returns
array

◆ getRestrictedLocations()

getRestrictedLocations ( )

Get restricted locations

Returns
array

◆ getRestrictionType()

getRestrictionType ( )

Get restriction type

Returns
string

◆ getSalesRepEmployeeId()

getSalesRepEmployeeId ( )

Get sales representative employee ID

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

◆ getShippingMethod()

getShippingMethod ( )

Get shipping method

Returns
string

◆ getShipToContactName()

getShipToContactName ( )

Get ship to contact name

Returns
string

◆ getStateProvince()

getStateProvince ( )

Get state/province

Returns
string

◆ getTaxId()

getTaxId ( )

Get tax ID

Returns
string

◆ getTerritoryId()

getTerritoryId ( )

Get territory ID

Returns
string

◆ getZipPostalCode()

getZipPostalCode ( )

Get zip/postal code

Returns
string

◆ isActive()

isActive ( )

Get active

Returns
bool

◆ isExcludedFromContactList()

isExcludedFromContactList ( )

Get excluded from contact list

Returns
bool

◆ isOneTime()

isOneTime ( )

Get one time

Returns
bool

◆ isOnHold()

isOnHold ( )

Get on hold

Returns
bool

◆ isTaxable()

isTaxable ( )

Get taxable

Returns
bool

◆ 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

◆ setBillToContactName()

setBillToContactName (   $billToContactName)

Set bill to contact name

Parameters
string$billToContactName

◆ 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

◆ setCustomerId()

setCustomerId (   $customerId)

Set customer ID

Parameters
string$customerId

◆ setCustomerName()

setCustomerName (   $customerName)

Set customer name

Parameters
string$customerName

◆ setCustomerTypeId()

setCustomerTypeId (   $customerTypeId)

Set customer type ID

Parameters
string$customerTypeId

◆ setDefaultCurrency()

setDefaultCurrency (   $defaultCurrency)

Set default currency

Parameters
string$defaultCurrency

◆ setDefaultInvoiceMessage()

setDefaultInvoiceMessage (   $defaultInvoiceMessage)

Set default invoice message

Parameters
string$defaultInvoiceMessage

◆ setDefaultRevenueGlAccountNo()

setDefaultRevenueGlAccountNo (   $defaultRevenueGlAccountNo)

Set default revenue GL account number

Parameters
string$defaultRevenueGlAccountNo

◆ setDeliveryMethod()

setDeliveryMethod (   $deliveryMethod)

Set delivery method

Parameters
string | string[]$deliveryMethod

◆ 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

◆ 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

◆ setMiddleName()

setMiddleName (   $middleName)

Set middle name

Parameters
string$middleName

◆ setOffsetArGlAccountNo()

setOffsetArGlAccountNo (   $offsetArGlAccountNo)

Set offset AR GL account number

Parameters
string$offsetArGlAccountNo

◆ 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

◆ setParentCustomerId()

setParentCustomerId (   $parentCustomerId)

Set parent customer ID

Parameters
string$parentCustomerId

◆ setPaymentTerm()

setPaymentTerm (   $paymentTerm)

Set payment term

Parameters
string$paymentTerm

◆ 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

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

◆ setPrintOptionArInvoiceTemplateName()

setPrintOptionArInvoiceTemplateName (   $printOptionArInvoiceTemplateName)

Set print option AR invoice template name

Parameters
string$printOptionArInvoiceTemplateName

◆ setPrintOptionOeAdjustmentTemplateName()

setPrintOptionOeAdjustmentTemplateName (   $printOptionOeAdjustmentTemplateName)

Set print option OE adjustment template name

Parameters
string$printOptionOeAdjustmentTemplateName

◆ setPrintOptionOeInvoiceTemplateName()

setPrintOptionOeInvoiceTemplateName (   $printOptionOeInvoiceTemplateName)

Set print option OE invoice template name

Parameters
string$printOptionOeInvoiceTemplateName

◆ setPrintOptionOeListTemplateName()

setPrintOptionOeListTemplateName (   $printOptionOeListTemplateName)

Set print option OE list template name

Parameters
string$printOptionOeListTemplateName

◆ setPrintOptionOeOrderTemplateName()

setPrintOptionOeOrderTemplateName (   $printOptionOeOrderTemplateName)

Set print option OE order template name

Parameters
string$printOptionOeOrderTemplateName

◆ setPrintOptionOeOtherTemplateName()

setPrintOptionOeOtherTemplateName (   $printOptionOeOtherTemplateName)

Set print option OE other template name

Parameters
string$printOptionOeOtherTemplateName

◆ setPrintOptionOeQuoteTemplateName()

setPrintOptionOeQuoteTemplateName (   $printOptionOeQuoteTemplateName)

Set print option OE quote template name

Parameters
string$printOptionOeQuoteTemplateName

◆ setRecordNo()

setRecordNo (   $recordNo)

Set record number

Parameters
int | string$recordNo

◆ setResaleNumber()

setResaleNumber (   $resaleNumber)

Set resale number

Parameters
string$resaleNumber

◆ 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

◆ setSalesRepEmployeeId()

setSalesRepEmployeeId (   $salesRepEmployeeId)

Set sales representative employee ID

Parameters
string$salesRepEmployeeId

◆ 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

◆ setShippingMethod()

setShippingMethod (   $shippingMethod)

Set shipping method

Parameters
string$shippingMethod

◆ setShipToContactName()

setShipToContactName (   $shipToContactName)

Set ship to contact name

Parameters
string$shipToContactName

◆ 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

◆ setTerritoryId()

setTerritoryId (   $territoryId)

Set territory ID

Parameters
string$territoryId

◆ setZipPostalCode()

setZipPostalCode (   $zipPostalCode)

Set zip/postal code

Parameters
string$zipPostalCode

◆ writeXmlMailAddress()

writeXmlMailAddress ( XMLWriter $xml)
Parameters
XMLWriter$xml

Field Documentation

◆ $active

$active
protected

◆ $addressLine1

$addressLine1
protected

◆ $addressLine2

$addressLine2
protected

◆ $attachmentsId

$attachmentsId
protected

◆ $billToContactName

$billToContactName
protected

◆ $cellularPhoneNo

$cellularPhoneNo
protected

◆ $city

$city
protected

◆ $comments

$comments
protected

◆ $companyName

$companyName
protected

◆ $contactTaxGroupName

$contactTaxGroupName
protected

◆ $country

$country
protected

◆ $creditLimit

$creditLimit
protected

◆ $customerId

$customerId
protected

◆ $customerName

$customerName
protected

◆ $customerTypeId

$customerTypeId
protected

◆ $defaultCurrency

$defaultCurrency
protected

◆ $defaultInvoiceMessage

$defaultInvoiceMessage
protected

◆ $defaultRevenueGlAccountNo

$defaultRevenueGlAccountNo
protected

◆ $deliveryMethod

$deliveryMethod
protected

◆ $excludedFromContactList

$excludedFromContactList
protected

◆ $faxNo

$faxNo
protected

◆ $firstName

$firstName
protected

◆ $glGroupName

$glGroupName
protected

◆ $isoCountryCode

$isoCountryCode
protected

◆ $lastName

$lastName
protected

◆ $middleName

$middleName
protected

◆ $offsetArGlAccountNo

$offsetArGlAccountNo
protected

◆ $oneTime

$oneTime
protected

◆ $onHold

$onHold
protected

◆ $pagerNo

$pagerNo
protected

◆ $parentCustomerId

$parentCustomerId
protected

◆ $paymentTerm

$paymentTerm
protected

◆ $prefix

$prefix
protected

◆ $primaryContactName

$primaryContactName
protected

◆ $primaryEmailAddress

$primaryEmailAddress
protected

◆ $primaryPhoneNo

$primaryPhoneNo
protected

◆ $primaryUrl

$primaryUrl
protected

◆ $printAs

$printAs
protected

◆ $printOptionArInvoiceTemplateName

$printOptionArInvoiceTemplateName
protected

◆ $printOptionOeAdjustmentTemplateName

$printOptionOeAdjustmentTemplateName
protected

◆ $printOptionOeInvoiceTemplateName

$printOptionOeInvoiceTemplateName
protected

◆ $printOptionOeListTemplateName

$printOptionOeListTemplateName
protected

◆ $printOptionOeOrderTemplateName

$printOptionOeOrderTemplateName
protected

◆ $printOptionOeOtherTemplateName

$printOptionOeOtherTemplateName
protected

◆ $printOptionOeQuoteTemplateName

$printOptionOeQuoteTemplateName
protected

◆ $recordNo

$recordNo
protected

◆ $resaleNumber

$resaleNumber
protected

◆ $restrictedDepartments

$restrictedDepartments = []
protected

◆ $restrictedLocations

$restrictedLocations = []
protected

◆ $restrictionType

$restrictionType
protected

◆ $salesRepEmployeeId

$salesRepEmployeeId
protected

◆ $secondaryEmailAddress

$secondaryEmailAddress
protected

◆ $secondaryPhoneNo

$secondaryPhoneNo
protected

◆ $secondaryUrl

$secondaryUrl
protected

◆ $shippingMethod

$shippingMethod
protected

◆ $shipToContactName

$shipToContactName
protected

◆ $stateProvince

$stateProvince
protected

◆ $taxable

$taxable
protected

◆ $taxId

$taxId
protected

◆ $territoryId

$territoryId
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'