forked from LiveCarta/PayPal-PHP-Server-SDK
Automated commit message (#9)
Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PaypalServerSDKLib
|
||||
* PaypalServerSdkLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PaypalServerSDKLib\Models;
|
||||
namespace PaypalServerSdkLib\Models;
|
||||
|
||||
use stdClass;
|
||||
|
||||
@@ -23,7 +23,7 @@ class SetupTokenResponsePaymentSource implements \JsonSerializable
|
||||
private $card;
|
||||
|
||||
/**
|
||||
* @var PayPalPaymentToken|null
|
||||
* @var PaypalPaymentToken|null
|
||||
*/
|
||||
private $paypal;
|
||||
|
||||
@@ -53,7 +53,7 @@ class SetupTokenResponsePaymentSource implements \JsonSerializable
|
||||
/**
|
||||
* Returns Paypal.
|
||||
*/
|
||||
public function getPaypal(): ?PayPalPaymentToken
|
||||
public function getPaypal(): ?PaypalPaymentToken
|
||||
{
|
||||
return $this->paypal;
|
||||
}
|
||||
@@ -63,7 +63,7 @@ class SetupTokenResponsePaymentSource implements \JsonSerializable
|
||||
*
|
||||
* @maps paypal
|
||||
*/
|
||||
public function setPaypal(?PayPalPaymentToken $paypal): void
|
||||
public function setPaypal(?PaypalPaymentToken $paypal): void
|
||||
{
|
||||
$this->paypal = $paypal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user