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

@@ -20,7 +20,7 @@ use PayPal\Common\PayPalModel;
class ShippingInfo extends PayPalModel
{
/**
* First name of the invoice recipient. 30 characters max.
* The invoice recipient first name. Maximum length is 30 characters.
*
* @param string $first_name
*
@@ -33,7 +33,7 @@ class ShippingInfo extends PayPalModel
}
/**
* First name of the invoice recipient. 30 characters max.
* The invoice recipient first name. Maximum length is 30 characters.
*
* @return string
*/
@@ -43,7 +43,7 @@ class ShippingInfo extends PayPalModel
}
/**
* Last name of the invoice recipient. 30 characters max.
* The invoice recipient last name. Maximum length is 30 characters.
*
* @param string $last_name
*
@@ -56,7 +56,7 @@ class ShippingInfo extends PayPalModel
}
/**
* Last name of the invoice recipient. 30 characters max.
* The invoice recipient last name. Maximum length is 30 characters.
*
* @return string
*/
@@ -66,7 +66,7 @@ class ShippingInfo extends PayPalModel
}
/**
* Company business name of the invoice recipient. 100 characters max.
* The invoice recipient company business name. Maximum length is 100 characters.
*
* @param string $business_name
*
@@ -79,7 +79,7 @@ class ShippingInfo extends PayPalModel
}
/**
* Company business name of the invoice recipient. 100 characters max.
* The invoice recipient company business name. Maximum length is 100 characters.
*
* @return string
*/
@@ -146,7 +146,7 @@ class ShippingInfo extends PayPalModel
}
/**
* Address of the invoice recipient.
* The invoice recipient address.
*
* @return \PayPal\Api\InvoiceAddress
*/