forked from LiveCarta/PayPal-PHP-SDK
Updating model classes to use dynamic config - Moving common classes to sdk-core-php
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace PayPal\Api;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
class PaymentHistory extends Resource {
|
||||
|
||||
@@ -18,6 +18,7 @@ class PaymentHistory extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for payments
|
||||
* @return PayPal\Api\Payment
|
||||
*/
|
||||
public function getPayments() {
|
||||
return $this->payments;
|
||||
@@ -33,6 +34,7 @@ class PaymentHistory extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for count
|
||||
* @return integer
|
||||
*/
|
||||
public function getCount() {
|
||||
return $this->count;
|
||||
@@ -48,6 +50,7 @@ class PaymentHistory extends Resource {
|
||||
|
||||
/**
|
||||
* Getter for next_id
|
||||
* @return string
|
||||
*/
|
||||
public function getNext_id() {
|
||||
return $this->next_id;
|
||||
|
||||
Reference in New Issue
Block a user