first commit
This commit is contained in:
20
plugins/stEservice2Plugin/vendor/eservice-sdk/lib/Request/Action/Tokenize.php
vendored
Normal file
20
plugins/stEservice2Plugin/vendor/eservice-sdk/lib/Request/Action/Tokenize.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Eservice;
|
||||
|
||||
class RequestActionTokenize extends RequestAction
|
||||
{
|
||||
|
||||
protected $_params = [
|
||||
"merchantId" => ["type" => "mandatory"],
|
||||
"token" => ["type" => "mandatory"],
|
||||
"number" => ["type" => "mandatory"],
|
||||
"nameOnCard" => ["type" => "mandatory"],
|
||||
"expiryMonth" => ["type" => "mandatory"],
|
||||
"expiryYear" => ["type" => "mandatory"],
|
||||
"startMonth" => ["type" => "optional"],
|
||||
"startYear" => ["type" => "optional"],
|
||||
"issueNumber" => ["type" => "optional"],
|
||||
"cardDescription" => ["type" => "optional"],
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user