| 1 |
<?php |
| 2 |
/** |
| 3 |
* PaymentPaymentMethodInputTest |
| 4 |
* |
| 5 |
* PHP version 5 |
| 6 |
* |
| 7 |
* @category Class |
| 8 |
* @package OpenAPI\Client |
| 9 |
* @author OpenAPI Generator team |
| 10 |
* @link https://openapi-generator.tech |
| 11 |
*/ |
| 12 |
|
| 13 |
/** |
| 14 |
* MONEI API v1 |
| 15 |
* |
| 16 |
* MONEI Payment Gateway API v1 |
| 17 |
* |
| 18 |
* The version of the OpenAPI document: 1.0.0 |
| 19 |
* |
| 20 |
* Generated by: https://openapi-generator.tech |
| 21 |
* OpenAPI Generator version: 4.3.1 |
| 22 |
*/ |
| 23 |
|
| 24 |
/** |
| 25 |
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
| 26 |
* https://openapi-generator.tech |
| 27 |
* Please update the test case below to test the model. |
| 28 |
*/ |
| 29 |
|
| 30 |
namespace OpenAPI\Client; |
| 31 |
|
| 32 |
use PHPUnit\Framework\TestCase; |
| 33 |
|
| 34 |
/** |
| 35 |
* PaymentPaymentMethodInputTest Class Doc Comment |
| 36 |
* |
| 37 |
* @category Class |
| 38 |
* @description An information about a payment method used for this payment. We recommend using `paymentToken` instead, as it is more secure way to pass sensitive payment information. Processing credit card information on your server requires [PCI DSS compliance](https://www.investopedia.com/terms/p/pci-compliance.asp). |
| 39 |
* @package OpenAPI\Client |
| 40 |
* @author OpenAPI Generator team |
| 41 |
* @link https://openapi-generator.tech |
| 42 |
*/ |
| 43 |
class PaymentPaymentMethodInputTest extends TestCase |
| 44 |
{ |
| 45 |
|
| 46 |
/** |
| 47 |
* Setup before running any test case |
| 48 |
*/ |
| 49 |
public static function setUpBeforeClass() |
| 50 |
{ |
| 51 |
} |
| 52 |
|
| 53 |
/** |
| 54 |
* Setup before running each test case |
| 55 |
*/ |
| 56 |
public function setUp() |
| 57 |
{ |
| 58 |
} |
| 59 |
|
| 60 |
/** |
| 61 |
* Clean up after running each test case |
| 62 |
*/ |
| 63 |
public function tearDown() |
| 64 |
{ |
| 65 |
} |
| 66 |
|
| 67 |
/** |
| 68 |
* Clean up after running all test cases |
| 69 |
*/ |
| 70 |
public static function tearDownAfterClass() |
| 71 |
{ |
| 72 |
} |
| 73 |
|
| 74 |
/** |
| 75 |
* Test "PaymentPaymentMethodInput" |
| 76 |
*/ |
| 77 |
public function testPaymentPaymentMethodInput() |
| 78 |
{ |
| 79 |
} |
| 80 |
|
| 81 |
/** |
| 82 |
* Test attribute "card" |
| 83 |
*/ |
| 84 |
public function testPropertyCard() |
| 85 |
{ |
| 86 |
} |
| 87 |
} |
| 88 |
|