Added @property

This commit is contained in:
LastDragon
2014-09-06 21:05:04 +04:00
parent 6f4ed162a9
commit 25484e642a

View File

@@ -14,6 +14,9 @@ use PayPal\Rest\ApiContext;
* @property \PayPal\Api\ItemList item_list
* @property \PayPal\Api\RelatedResources related_resources
* @property \PayPal\Api\Transaction transactions
* @property string invoice_number
* @property string custom
* @property string soft_descriptor
*/
class Transaction extends PPModel
{