forked from LiveCarta/PayPal-PHP-SDK
Added phone attribute
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user