forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
22
src/Models/VaultTokenRequestType.php
Normal file
22
src/Models/VaultTokenRequestType.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PaypalServerSdkLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PaypalServerSdkLib\Models;
|
||||
|
||||
/**
|
||||
* The tokenization method that generated the ID.
|
||||
*/
|
||||
class VaultTokenRequestType
|
||||
{
|
||||
/**
|
||||
* The setup token, which is a temporary reference to payment source.
|
||||
*/
|
||||
public const SETUP_TOKEN = 'SETUP_TOKEN';
|
||||
}
|
||||
Reference in New Issue
Block a user