Support Invoice APIs

This commit is contained in:
siddick
2014-03-28 20:34:07 +05:30
parent 5b01b235ae
commit a3aba308f4
52 changed files with 5921 additions and 19 deletions

View File

@@ -2,10 +2,12 @@
namespace PayPal\Api;
use PayPal\Common\PPModel;
use PayPal\Rest\ApiContext;
class ShippingAddress extends Address {
/**
* Name of the recipient at this address.
*
* @param string $recipient_name
*/
public function setRecipientName($recipient_name) {
@@ -15,6 +17,7 @@ class ShippingAddress extends Address {
/**
* Name of the recipient at this address.
*
* @return string
*/
public function getRecipientName() {
@@ -23,6 +26,7 @@ class ShippingAddress extends Address {
/**
* Name of the recipient at this address.
*
* @param string $recipient_name
* @deprecated. Instead use setRecipientName
*/
@@ -32,6 +36,7 @@ class ShippingAddress extends Address {
}
/**
* Name of the recipient at this address.
*
* @return string
* @deprecated. Instead use getRecipientName
*/