|
Sage Intacct SDK for PHP
|
Data Fields | |
| const | RESTRICTION_TYPE_UNRESTRICTED = 'Unrestricted' |
| const | RESTRICTION_TYPE_TOPLEVEL = 'RootOnly' |
| const | RESTRICTION_TYPE_RESTRICTED = 'Restricted' |
| getAddressLine1 | ( | ) |
Get address line 1
| getAddressLine2 | ( | ) |
Get address line 2
| getAttachmentsId | ( | ) |
Get attachments ID
| getBillToContactName | ( | ) |
Get bill to contact name
| getCellularPhoneNo | ( | ) |
Get cellular phone number
| getCity | ( | ) |
Get city
| getComments | ( | ) |
Get comments
| getCompanyName | ( | ) |
Get company name
| getContactTaxGroupName | ( | ) |
Get contact tax group name
| getCountry | ( | ) |
Get country
| getCreditLimit | ( | ) |
Get credit limit
| getCustomerId | ( | ) |
Get customer ID
| getCustomerName | ( | ) |
Get customer name
| getCustomerTypeId | ( | ) |
Get customer type ID
| getDefaultCurrency | ( | ) |
Get default currency
| getDefaultInvoiceMessage | ( | ) |
Get default invoice message
| getDefaultRevenueGlAccountNo | ( | ) |
Get default revenue GL account number
| getDeliveryMethod | ( | ) |
Get delivery method
| getFaxNo | ( | ) |
Get fax number
| getFirstName | ( | ) |
Get first name
| getGlGroupName | ( | ) |
Get GL group name
| getIsoCountryCode | ( | ) |
| getLastName | ( | ) |
Get last name
| getMiddleName | ( | ) |
Get middle name
| getOffsetArGlAccountNo | ( | ) |
Get offset AR GL account number
| getPagerNo | ( | ) |
Get pager number
| getParentCustomerId | ( | ) |
Get parent customer ID
| getPaymentTerm | ( | ) |
Get payment term
| getPrefix | ( | ) |
Get prefix
| getPrimaryContactName | ( | ) |
Get primary contact name
| getPrimaryEmailAddress | ( | ) |
Get primary email address
| getPrimaryPhoneNo | ( | ) |
Get primary phone number
| getPrimaryUrl | ( | ) |
Get primary URL
| getPrintAs | ( | ) |
Get print as
| getPrintOptionArInvoiceTemplateName | ( | ) |
Get print option AR invoice template name
| getPrintOptionOeAdjustmentTemplateName | ( | ) |
Get print option OE adjustment template name
| getPrintOptionOeInvoiceTemplateName | ( | ) |
Get print option OE invoice template name
| getPrintOptionOeListTemplateName | ( | ) |
Get print option OE list template name
| getPrintOptionOeOrderTemplateName | ( | ) |
Get print option OE order template name
| getPrintOptionOeOtherTemplateName | ( | ) |
Get print option OE other template name
| getPrintOptionOeQuoteTemplateName | ( | ) |
Get print option OE quote template name
| getRecordNo | ( | ) |
Get record number
| getResaleNumber | ( | ) |
Get resale number
| getRestrictedDepartments | ( | ) |
Get restricted departments
| getRestrictedLocations | ( | ) |
Get restricted locations
| getRestrictionType | ( | ) |
Get restriction type
| getSalesRepEmployeeId | ( | ) |
Get sales representative employee ID
| getSecondaryEmailAddress | ( | ) |
Get secondary email address
| getSecondaryPhoneNo | ( | ) |
Get secondary phone number
| getSecondaryUrl | ( | ) |
Get secondary URL
| getShippingMethod | ( | ) |
Get shipping method
| getShipToContactName | ( | ) |
Get ship to contact name
| getStateProvince | ( | ) |
Get state/province
| getTaxId | ( | ) |
Get tax ID
| getTerritoryId | ( | ) |
Get territory ID
| getZipPostalCode | ( | ) |
Get zip/postal code
| isActive | ( | ) |
Get active
| isExcludedFromContactList | ( | ) |
Get excluded from contact list
| isOneTime | ( | ) |
Get one time
| isOnHold | ( | ) |
Get on hold
| isTaxable | ( | ) |
Get taxable
| setActive | ( | $active | ) |
Set active
| bool | $active |
| setAddressLine1 | ( | $addressLine1 | ) |
Set address line 1
| string | $addressLine1 |
| setAddressLine2 | ( | $addressLine2 | ) |
Set address line 2
| string | $addressLine2 |
| setAttachmentsId | ( | $attachmentsId | ) |
Set attachments ID
| string | $attachmentsId |
| setBillToContactName | ( | $billToContactName | ) |
Set bill to contact name
| string | $billToContactName |
| setCellularPhoneNo | ( | $cellularPhoneNo | ) |
Set cellular phone number
| string | $cellularPhoneNo |
| setCity | ( | $city | ) |
Set city
| string | $city |
| setComments | ( | $comments | ) |
Set comments
| string | $comments |
| setCompanyName | ( | $companyName | ) |
Set company name
| string | $companyName |
| setContactTaxGroupName | ( | $contactTaxGroupName | ) |
Set contact tax group name
| string | $contactTaxGroupName |
| setCountry | ( | $country | ) |
Set country
| string | $country |
| setCreditLimit | ( | $creditLimit | ) |
Set credit limit
| float | int | string | $creditLimit |
| setCustomerId | ( | $customerId | ) |
Set customer ID
| string | $customerId |
| setCustomerName | ( | $customerName | ) |
Set customer name
| string | $customerName |
| setCustomerTypeId | ( | $customerTypeId | ) |
Set customer type ID
| string | $customerTypeId |
| setDefaultCurrency | ( | $defaultCurrency | ) |
Set default currency
| string | $defaultCurrency |
| setDefaultInvoiceMessage | ( | $defaultInvoiceMessage | ) |
Set default invoice message
| string | $defaultInvoiceMessage |
| setDefaultRevenueGlAccountNo | ( | $defaultRevenueGlAccountNo | ) |
Set default revenue GL account number
| string | $defaultRevenueGlAccountNo |
| setDeliveryMethod | ( | $deliveryMethod | ) |
Set delivery method
| string | string[] | $deliveryMethod |
| setExcludedFromContactList | ( | $excludedFromContactList | ) |
Set excluded from contact list
| bool | $excludedFromContactList |
| setFaxNo | ( | $faxNo | ) |
Set fax number
| string | $faxNo |
| setFirstName | ( | $firstName | ) |
Set first name
| string | $firstName |
| setGlGroupName | ( | $glGroupName | ) |
Set GL group name
| string | $glGroupName |
| setIsoCountryCode | ( | $isoCountryCode | ) |
| string | $isoCountryCode |
| setLastName | ( | $lastName | ) |
Set last name
| string | $lastName |
| setMiddleName | ( | $middleName | ) |
Set middle name
| string | $middleName |
| setOffsetArGlAccountNo | ( | $offsetArGlAccountNo | ) |
Set offset AR GL account number
| string | $offsetArGlAccountNo |
| setOneTime | ( | $oneTime | ) |
Set one time
| bool | $oneTime |
| setOnHold | ( | $onHold | ) |
Set on hold
| bool | $onHold |
| setPagerNo | ( | $pagerNo | ) |
Set pager number
| string | $pagerNo |
| setParentCustomerId | ( | $parentCustomerId | ) |
Set parent customer ID
| string | $parentCustomerId |
| setPaymentTerm | ( | $paymentTerm | ) |
Set payment term
| string | $paymentTerm |
| setPrefix | ( | $prefix | ) |
Set prefix
| string | $prefix |
| setPrimaryContactName | ( | $primaryContactName | ) |
Set primary contact name
| string | $primaryContactName |
| setPrimaryEmailAddress | ( | $primaryEmailAddress | ) |
Set primary email address
| string | $primaryEmailAddress |
| setPrimaryPhoneNo | ( | $primaryPhoneNo | ) |
Set primary phone number
| string | $primaryPhoneNo |
| setPrimaryUrl | ( | $primaryUrl | ) |
Set primary URL
| string | $primaryUrl |
| setPrintAs | ( | $printAs | ) |
Set print as
| string | $printAs |
| setPrintOptionArInvoiceTemplateName | ( | $printOptionArInvoiceTemplateName | ) |
Set print option AR invoice template name
| string | $printOptionArInvoiceTemplateName |
| setPrintOptionOeAdjustmentTemplateName | ( | $printOptionOeAdjustmentTemplateName | ) |
Set print option OE adjustment template name
| string | $printOptionOeAdjustmentTemplateName |
| setPrintOptionOeInvoiceTemplateName | ( | $printOptionOeInvoiceTemplateName | ) |
Set print option OE invoice template name
| string | $printOptionOeInvoiceTemplateName |
| setPrintOptionOeListTemplateName | ( | $printOptionOeListTemplateName | ) |
Set print option OE list template name
| string | $printOptionOeListTemplateName |
| setPrintOptionOeOrderTemplateName | ( | $printOptionOeOrderTemplateName | ) |
Set print option OE order template name
| string | $printOptionOeOrderTemplateName |
| setPrintOptionOeOtherTemplateName | ( | $printOptionOeOtherTemplateName | ) |
Set print option OE other template name
| string | $printOptionOeOtherTemplateName |
| setPrintOptionOeQuoteTemplateName | ( | $printOptionOeQuoteTemplateName | ) |
Set print option OE quote template name
| string | $printOptionOeQuoteTemplateName |
| setRecordNo | ( | $recordNo | ) |
Set record number
| int | string | $recordNo |
| setResaleNumber | ( | $resaleNumber | ) |
Set resale number
| string | $resaleNumber |
| setRestrictedDepartments | ( | $restrictedDepartments | ) |
Set restricted departments
| array | $restrictedDepartments |
| setRestrictedLocations | ( | $restrictedLocations | ) |
Set restricted locations
| array | $restrictedLocations |
| setRestrictionType | ( | $restrictionType | ) |
Set restriction type
| string | $restrictionType |
| setSalesRepEmployeeId | ( | $salesRepEmployeeId | ) |
Set sales representative employee ID
| string | $salesRepEmployeeId |
| setSecondaryEmailAddress | ( | $secondaryEmailAddress | ) |
Set secondary email address
| string | $secondaryEmailAddress |
| setSecondaryPhoneNo | ( | $secondaryPhoneNo | ) |
Set secondary phone number
| string | $secondaryPhoneNo |
| setSecondaryUrl | ( | $secondaryUrl | ) |
Set secondary URL
| string | $secondaryUrl |
| setShippingMethod | ( | $shippingMethod | ) |
Set shipping method
| string | $shippingMethod |
| setShipToContactName | ( | $shipToContactName | ) |
Set ship to contact name
| string | $shipToContactName |
| setStateProvince | ( | $stateProvince | ) |
Set state/province
| string | $stateProvince |
| setTaxable | ( | $taxable | ) |
Set taxable
| bool | $taxable |
| setTaxId | ( | $taxId | ) |
Set tax ID
| string | $taxId |
| setTerritoryId | ( | $territoryId | ) |
Set territory ID
| string | $territoryId |
| setZipPostalCode | ( | $zipPostalCode | ) |
Set zip/postal code
| string | $zipPostalCode |
| writeXmlMailAddress | ( | XMLWriter & | $xml | ) |
| XMLWriter | $xml |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| const RESTRICTION_TYPE_RESTRICTED = 'Restricted' |
| const RESTRICTION_TYPE_TOPLEVEL = 'RootOnly' |
| const RESTRICTION_TYPE_UNRESTRICTED = 'Unrestricted' |