Added phone attribute

This commit is contained in:
siddick
2014-04-23 17:34:59 +05:30
parent 5963119d99
commit bca7fe7268

View File

@@ -122,6 +122,26 @@ class ShippingInfo extends PPModel {
return $this->business_name;
}
/**
*
*
* @param PayPal\Api\Phone $phone
*/
public function setPhone($phone) {
$this->phone = $phone;
return $this;
}
/**
*
*
* @return PayPal\Api\Phone
*/
public function getPhone() {
return $this->phone;
}
/**
* Address of the invoice recipient.
*