Updated Invoicing APIs

- Updated Model objects.
- Updated Samples.
- Updated Tests.
This commit is contained in:
Jay Patel
2016-07-13 15:16:25 -05:00
parent 9534bcb176
commit c714f77980
48 changed files with 3320 additions and 2881 deletions

View File

@@ -7,7 +7,7 @@ use PayPal\Common\PayPalModel;
/**
* Class ShippingCost
*
* Shipping cost in percent or amount.
* Shipping cost, as a percent or an amount.
*
* @package PayPal\Api
*
@@ -17,7 +17,7 @@ use PayPal\Common\PayPalModel;
class ShippingCost extends PayPalModel
{
/**
* Shipping cost in amount. Range of 0 to 999999.99.
* The shipping cost, as an amount. Valid range is from 0 to 999999.99.
*
* @param \PayPal\Api\Currency $amount
*
@@ -30,7 +30,7 @@ class ShippingCost extends PayPalModel
}
/**
* Shipping cost in amount. Range of 0 to 999999.99.
* The shipping cost, as an amount. Valid range is from 0 to 999999.99.
*
* @return \PayPal\Api\Currency
*/
@@ -40,7 +40,7 @@ class ShippingCost extends PayPalModel
}
/**
* Tax percentage on shipping amount.
* The tax percentage on the shipping amount.
*
* @param \PayPal\Api\Tax $tax
*
@@ -53,7 +53,7 @@ class ShippingCost extends PayPalModel
}
/**
* Tax percentage on shipping amount.
* The tax percentage on the shipping amount.
*
* @return \PayPal\Api\Tax
*/