whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
quickbooks
/
v3-php-sdk
/
src
/
DataService
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/quickbooks/v3-php-sdk/src/DataService/IntuitResponseStatus.php
<?php namespace QuickBooksOnline\API\DataService; /** * This file contains enumerations related to CRUD Operations and batch processing. */ /** * status of response for delete and void operation */ class IntuitResponseStatus { /** * Entity has been made void. */ const Voided = 1; /** * Entity has been deleted. */ const Deleted = 2; }
Copyright ©2021 || Defacer Indonesia