# monei/4.2.0/includes/test/Model/CreatePaymentRequestTest.php

MONEI Payments for WooCommerce, version 4.2.0. 200 lines.

- Page: https://pluginprobe.com/plugins/monei/4.2.0/code/includes/test/Model/CreatePaymentRequestTest.php
- Raw: https://pluginprobe.com/plugins/monei/4.2.0/raw/includes/test/Model/CreatePaymentRequestTest.php
- Modified: 2021-03-24T16:04:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/monei/4.2.0/code/includes/test/Model/CreatePaymentRequestTest.php#L10-L20`.

```php
<?php
/**
 * CreatePaymentRequestTest
 *
 * PHP version 5
 *
 * @category Class
 * @package  OpenAPI\Client
 * @author   OpenAPI Generator team
 * @link     https://openapi-generator.tech
 */

/**
 * MONEI API v1
 *
 * MONEI Payment Gateway API v1
 *
 * The version of the OpenAPI document: 1.0.0
 * 
 * Generated by: https://openapi-generator.tech
 * OpenAPI Generator version: 4.3.1
 */

/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Please update the test case below to test the model.
 */

namespace OpenAPI\Client;

use PHPUnit\Framework\TestCase;

/**
 * CreatePaymentRequestTest Class Doc Comment
 *
 * @category    Class
 * @description CreatePaymentRequest
 * @package     OpenAPI\Client
 * @author      OpenAPI Generator team
 * @link        https://openapi-generator.tech
 */
class CreatePaymentRequestTest extends TestCase
{

    /**
     * Setup before running any test case
     */
    public static function setUpBeforeClass()
    {
    }

    /**
     * Setup before running each test case
     */
    public function setUp()
    {
    }

    /**
     * Clean up after running each test case
     */
    public function tearDown()
    {
    }

    /**
     * Clean up after running all test cases
     */
    public static function tearDownAfterClass()
    {
    }

    /**
     * Test "CreatePaymentRequest"
     */
    public function testCreatePaymentRequest()
    {
    }

    /**
     * Test attribute "amount"
     */
    public function testPropertyAmount()
    {
    }

    /**
     * Test attribute "currency"
     */
    public function testPropertyCurrency()
    {
    }

    /**
     * Test attribute "order_id"
     */
    public function testPropertyOrderId()
    {
    }

    /**
     * Test attribute "callback_url"
     */
    public function testPropertyCallbackUrl()
    {
    }

    /**
     * Test attribute "complete_url"
     */
    public function testPropertyCompleteUrl()
    {
    }

    /**
     * Test attribute "fail_url"
     */
    public function testPropertyFailUrl()
    {
    }

    /**
     * Test attribute "cancel_url"
     */
    public function testPropertyCancelUrl()
    {
    }

    /**
     * Test attribute "payment_token"
     */
    public function testPropertyPaymentToken()
    {
    }

    /**
     * Test attribute "generate_payment_token"
     */
    public function testPropertyGeneratePaymentToken()
    {
    }

    /**
     * Test attribute "payment_method"
     */
    public function testPropertyPaymentMethod()
    {
    }

    /**
     * Test attribute "allowed_payment_methods"
     */
    public function testPropertyAllowedPaymentMethods()
    {
    }

    /**
     * Test attribute "transaction_type"
     */
    public function testPropertyTransactionType()
    {
    }

    /**
     * Test attribute "description"
     */
    public function testPropertyDescription()
    {
    }

    /**
     * Test attribute "customer"
     */
    public function testPropertyCustomer()
    {
    }

    /**
     * Test attribute "billing_details"
     */
    public function testPropertyBillingDetails()
    {
    }

    /**
     * Test attribute "shipping_details"
     */
    public function testPropertyShippingDetails()
    {
    }

    /**
     * Test attribute "session_details"
     */
    public function testPropertySessionDetails()
    {
    }
}

```
