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,17 +3,17 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PaypalServerSDKLib
|
||||
* PaypalServerSdkLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PaypalServerSDKLib\Models\Builders;
|
||||
namespace PaypalServerSdkLib\Models\Builders;
|
||||
|
||||
use Core\Utils\CoreHelper;
|
||||
use PaypalServerSDKLib\Models\CardVerificationDetails;
|
||||
use PaypalServerSDKLib\Models\CardVerificationProcessorResponse;
|
||||
use PaypalServerSDKLib\Models\Money;
|
||||
use PaypalServerSdkLib\Models\CardVerificationDetails;
|
||||
use PaypalServerSdkLib\Models\CardVerificationProcessorResponse;
|
||||
use PaypalServerSdkLib\Models\Money;
|
||||
|
||||
/**
|
||||
* Builder for model CardVerificationDetails
|
||||
|
||||
Reference in New Issue
Block a user