DataService/IntuitResponseStatus.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
This file contains enumerations related to CRUD Operations and batch processing.
Package
Default  

\IntuitResponseStatus

Package: Default
status of response for delete and void operation

Constants

>VConstant  Voided = 1
Entity has been made void.
>VConstant  Deleted = 2
Entity has been deleted.

\ResponseType

Package: Default
type of batch response

Constants

>VConstant  Entity = 1
batch response has single entity
>VConstant  Query = 2
batch response has more than one enitity.
>VConstant  Exception = 3
batch response has exception.
Documentation was generated by phpDocumentor 2.8.5.