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;
|
||||
|
||||
@@ -28,7 +28,7 @@ class OrderAuthorizeRequestPaymentSource implements \JsonSerializable
|
||||
private $token;
|
||||
|
||||
/**
|
||||
* @var PayPalWallet|null
|
||||
* @var PaypalWallet|null
|
||||
*/
|
||||
private $paypal;
|
||||
|
||||
@@ -101,7 +101,7 @@ class OrderAuthorizeRequestPaymentSource implements \JsonSerializable
|
||||
* Returns Paypal.
|
||||
* A resource that identifies a PayPal Wallet is used for payment.
|
||||
*/
|
||||
public function getPaypal(): ?PayPalWallet
|
||||
public function getPaypal(): ?PaypalWallet
|
||||
{
|
||||
return $this->paypal;
|
||||
}
|
||||
@@ -112,7 +112,7 @@ class OrderAuthorizeRequestPaymentSource implements \JsonSerializable
|
||||
*
|
||||
* @maps paypal
|
||||
*/
|
||||
public function setPaypal(?PayPalWallet $paypal): void
|
||||
public function setPaypal(?PaypalWallet $paypal): void
|
||||
{
|
||||
$this->paypal = $paypal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user