DataService/IntuitResponseStatus.php
Show:
inherited
Classes
\IntuitResponseStatus
\ResponseType
Table of Contents
This file contains enumerations related to CRUD Operations and batch processing.
Package
Default
\IntuitResponseStatus
jump to top
Package:
Default
status of response for delete and void operation
Constants
Voided
= 1
Entity has been made void.
Deleted
= 2
Entity has been deleted.
\ResponseType
jump to top
Package:
Default
type of batch response
Constants
Entity
= 1
batch response has single entity
Query
= 2
batch response has more than one enitity.
Exception
= 3
batch response has exception.
Documentation was generated by
phpDocumentor 2.8.5
.