[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: CardEMI.php
<?php /** * CardEMI * * PHP version 7.4 * * @category Class * @package Cashfree * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * Cashfree Payment Gateway APIs * * Cashfree's Payment Gateway APIs provide developers with a streamlined pathway to integrate advanced payment processing capabilities into their applications, platforms and websites. * * The version of the OpenAPI document: 2023-08-01 * Contact: developers@cashfree.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 7.0.0 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ namespace Cashfree\Model; use \ArrayAccess; use \Cashfree\ObjectSerializer; /** * CardEMI Class Doc Comment * * @category Class * @description Payment method for card emi * @package Cashfree * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess<string, mixed> */ class CardEMI implements ModelInterface, ArrayAccess, \JsonSerializable { public const DISCRIMINATOR = null; /** * The original name of the model. * * @var string */ protected static $openAPIModelName = 'CardEMI'; /** * Array of property to type mappings. Used for (de)serialization * * @var string[] */ protected static $openAPITypes = [ 'channel' => 'string', 'card_number' => 'string', 'card_holder_name' => 'string', 'card_expiry_mm' => 'string', 'card_expiry_yy' => 'string', 'card_cvv' => 'string', 'card_alias' => 'string', 'card_bank_name' => 'string', 'emi_tenure' => 'int' ]; /** * Array of property to format mappings. Used for (de)serialization * * @var string[] * @phpstan-var array<string, string|null> * @psalm-var array<string, string|null> */ protected static $openAPIFormats = [ 'channel' => null, 'card_number' => null, 'card_holder_name' => null, 'card_expiry_mm' => null, 'card_expiry_yy' => null, 'card_cvv' => null, 'card_alias' => null, 'card_bank_name' => null, 'emi_tenure' => null ]; /** * Array of nullable properties. Used for (de)serialization * * @var boolean[] */ protected static $openAPINullables = [ 'channel' => false, 'card_number' => false, 'card_holder_name' => false, 'card_expiry_mm' => false, 'card_expiry_yy' => false, 'card_cvv' => false, 'card_alias' => false, 'card_bank_name' => false, 'emi_tenure' => false ]; /** * If a nullable field gets set to null, insert it here * * @var boolean[] */ protected $openAPINullablesSetToNull = []; /** * Array of property to type mappings. Used for (de)serialization * * @return array */ public static function openAPITypes() { return self::$openAPITypes; } /** * Array of property to format mappings. Used for (de)serialization * * @return array */ public static function openAPIFormats() { return self::$openAPIFormats; } /** * Array of nullable properties * * @return array */ protected static function openAPINullables(): array { return self::$openAPINullables; } /** * Array of nullable field names deliberately set to null * * @return boolean[] */ private function getOpenAPINullablesSetToNull(): array { return $this->openAPINullablesSetToNull; } /** * Setter - Array of nullable field names deliberately set to null * * @param boolean[] $openAPINullablesSetToNull */ private function setOpenAPINullablesSetToNull(array $openAPINullablesSetToNull): void { $this->openAPINullablesSetToNull = $openAPINullablesSetToNull; } /** * Checks if a property is nullable * * @param string $property * @return bool */ public static function isNullable(string $property): bool { return self::openAPINullables()[$property] ?? false; } /** * Checks if a nullable property is set to null. * * @param string $property * @return bool */ public function isNullableSetToNull(string $property): bool { return in_array($property, $this->getOpenAPINullablesSetToNull(), true); } /** * Array of attributes where the key is the local name, * and the value is the original name * * @var string[] */ protected static $attributeMap = [ 'channel' => 'channel', 'card_number' => 'card_number', 'card_holder_name' => 'card_holder_name', 'card_expiry_mm' => 'card_expiry_mm', 'card_expiry_yy' => 'card_expiry_yy', 'card_cvv' => 'card_cvv', 'card_alias' => 'card_alias', 'card_bank_name' => 'card_bank_name', 'emi_tenure' => 'emi_tenure' ]; /** * Array of attributes to setter functions (for deserialization of responses) * * @var string[] */ protected static $setters = [ 'channel' => 'setChannel', 'card_number' => 'setCardNumber', 'card_holder_name' => 'setCardHolderName', 'card_expiry_mm' => 'setCardExpiryMm', 'card_expiry_yy' => 'setCardExpiryYy', 'card_cvv' => 'setCardCvv', 'card_alias' => 'setCardAlias', 'card_bank_name' => 'setCardBankName', 'emi_tenure' => 'setEmiTenure' ]; /** * Array of attributes to getter functions (for serialization of requests) * * @var string[] */ protected static $getters = [ 'channel' => 'getChannel', 'card_number' => 'getCardNumber', 'card_holder_name' => 'getCardHolderName', 'card_expiry_mm' => 'getCardExpiryMm', 'card_expiry_yy' => 'getCardExpiryYy', 'card_cvv' => 'getCardCvv', 'card_alias' => 'getCardAlias', 'card_bank_name' => 'getCardBankName', 'emi_tenure' => 'getEmiTenure' ]; /** * Array of attributes where the key is the local name, * and the value is the original name * * @return array */ public static function attributeMap() { return self::$attributeMap; } /** * Array of attributes to setter functions (for deserialization of responses) * * @return array */ public static function setters() { return self::$setters; } /** * Array of attributes to getter functions (for serialization of requests) * * @return array */ public static function getters() { return self::$getters; } /** * The original name of the model. * * @return string */ public function getModelName() { return self::$openAPIModelName; } public const CARD_BANK_NAME_HDFC = 'hdfc'; public const CARD_BANK_NAME_KOTAK = 'kotak'; public const CARD_BANK_NAME_ICICI = 'icici'; public const CARD_BANK_NAME_RBL = 'rbl'; public const CARD_BANK_NAME_BOB = 'bob'; public const CARD_BANK_NAME_STANDARD_CHARTERED = 'standard chartered'; public const CARD_BANK_NAME_AXIS = 'axis'; public const CARD_BANK_NAME_AU = 'au'; public const CARD_BANK_NAME_YES = 'yes'; public const CARD_BANK_NAME_SBI = 'sbi'; public const CARD_BANK_NAME_FED = 'fed'; public const CARD_BANK_NAME_HSBC = 'hsbc'; public const CARD_BANK_NAME_CITI = 'citi'; public const CARD_BANK_NAME_AMEX = 'amex'; public const CARD_BANK_NAME_UNKNOWN_DEFAULT_OPEN_API = 'unknown_default_open_api'; /** * Gets allowable values of the enum * * @return string[] */ public function getCardBankNameAllowableValues() { return [ self::CARD_BANK_NAME_HDFC, self::CARD_BANK_NAME_KOTAK, self::CARD_BANK_NAME_ICICI, self::CARD_BANK_NAME_RBL, self::CARD_BANK_NAME_BOB, self::CARD_BANK_NAME_STANDARD_CHARTERED, self::CARD_BANK_NAME_AXIS, self::CARD_BANK_NAME_AU, self::CARD_BANK_NAME_YES, self::CARD_BANK_NAME_SBI, self::CARD_BANK_NAME_FED, self::CARD_BANK_NAME_HSBC, self::CARD_BANK_NAME_CITI, self::CARD_BANK_NAME_AMEX, self::CARD_BANK_NAME_UNKNOWN_DEFAULT_OPEN_API, ]; } /** * Associative array for storing property values * * @var mixed[] */ protected $container = []; /** * Constructor * * @param mixed[] $data Associated array of property values * initializing the model */ public function __construct(array $data = null) { $this->setIfExists('channel', $data ?? [], null); $this->setIfExists('card_number', $data ?? [], null); $this->setIfExists('card_holder_name', $data ?? [], null); $this->setIfExists('card_expiry_mm', $data ?? [], null); $this->setIfExists('card_expiry_yy', $data ?? [], null); $this->setIfExists('card_cvv', $data ?? [], null); $this->setIfExists('card_alias', $data ?? [], null); $this->setIfExists('card_bank_name', $data ?? [], null); $this->setIfExists('emi_tenure', $data ?? [], null); } /** * Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName * is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the * $this->openAPINullablesSetToNull array * * @param string $variableName * @param array $fields * @param mixed $defaultValue */ private function setIfExists(string $variableName, array $fields, $defaultValue): void { if (self::isNullable($variableName) && array_key_exists($variableName, $fields) && is_null($fields[$variableName])) { $this->openAPINullablesSetToNull[] = $variableName; } $this->container[$variableName] = $fields[$variableName] ?? $defaultValue; } /** * Show all the invalid properties with reasons. * * @return array invalid properties with reasons */ public function listInvalidProperties() { $invalidProperties = []; if ($this->container['channel'] === null) { $invalidProperties[] = "'channel' can't be null"; } if ($this->container['card_number'] === null) { $invalidProperties[] = "'card_number' can't be null"; } if ($this->container['card_expiry_mm'] === null) { $invalidProperties[] = "'card_expiry_mm' can't be null"; } if ($this->container['card_expiry_yy'] === null) { $invalidProperties[] = "'card_expiry_yy' can't be null"; } if ($this->container['card_cvv'] === null) { $invalidProperties[] = "'card_cvv' can't be null"; } if ($this->container['card_bank_name'] === null) { $invalidProperties[] = "'card_bank_name' can't be null"; } $allowedValues = $this->getCardBankNameAllowableValues(); if (!is_null($this->container['card_bank_name']) && !in_array($this->container['card_bank_name'], $allowedValues, true)) { $invalidProperties[] = sprintf( "invalid value '%s' for 'card_bank_name', must be one of '%s'", $this->container['card_bank_name'], implode("', '", $allowedValues) ); } if ($this->container['emi_tenure'] === null) { $invalidProperties[] = "'emi_tenure' can't be null"; } return $invalidProperties; } /** * Validate all the properties in the model * return true if all passed * * @return bool True if all properties are valid */ public function valid() { return count($this->listInvalidProperties()) === 0; } /** * Gets channel * * @return string */ public function getChannel() { return $this->container['channel']; } /** * Sets channel * * @param string $channel The channel for card payments will always be \"link\" * * @return self */ public function setChannel($channel) { if (is_null($channel)) { throw new \InvalidArgumentException('non-nullable channel cannot be null'); } $this->container['channel'] = $channel; return $this; } /** * Gets card_number * * @return string */ public function getCardNumber() { return $this->container['card_number']; } /** * Sets card_number * * @param string $card_number Customer card number. * * @return self */ public function setCardNumber($card_number) { if (is_null($card_number)) { throw new \InvalidArgumentException('non-nullable card_number cannot be null'); } $this->container['card_number'] = $card_number; return $this; } /** * Gets card_holder_name * * @return string|null */ public function getCardHolderName() { return $this->container['card_holder_name']; } /** * Sets card_holder_name * * @param string|null $card_holder_name Customer name mentioned on the card. * * @return self */ public function setCardHolderName($card_holder_name) { if (is_null($card_holder_name)) { throw new \InvalidArgumentException('non-nullable card_holder_name cannot be null'); } $this->container['card_holder_name'] = $card_holder_name; return $this; } /** * Gets card_expiry_mm * * @return string */ public function getCardExpiryMm() { return $this->container['card_expiry_mm']; } /** * Sets card_expiry_mm * * @param string $card_expiry_mm Card expiry month. * * @return self */ public function setCardExpiryMm($card_expiry_mm) { if (is_null($card_expiry_mm)) { throw new \InvalidArgumentException('non-nullable card_expiry_mm cannot be null'); } $this->container['card_expiry_mm'] = $card_expiry_mm; return $this; } /** * Gets card_expiry_yy * * @return string */ public function getCardExpiryYy() { return $this->container['card_expiry_yy']; } /** * Sets card_expiry_yy * * @param string $card_expiry_yy Card expiry year. * * @return self */ public function setCardExpiryYy($card_expiry_yy) { if (is_null($card_expiry_yy)) { throw new \InvalidArgumentException('non-nullable card_expiry_yy cannot be null'); } $this->container['card_expiry_yy'] = $card_expiry_yy; return $this; } /** * Gets card_cvv * * @return string */ public function getCardCvv() { return $this->container['card_cvv']; } /** * Sets card_cvv * * @param string $card_cvv CVV mentioned on the card. * * @return self */ public function setCardCvv($card_cvv) { if (is_null($card_cvv)) { throw new \InvalidArgumentException('non-nullable card_cvv cannot be null'); } $this->container['card_cvv'] = $card_cvv; return $this; } /** * Gets card_alias * * @return string|null */ public function getCardAlias() { return $this->container['card_alias']; } /** * Sets card_alias * * @param string|null $card_alias Card alias as returned by Cashfree Vault API * * @return self */ public function setCardAlias($card_alias) { if (is_null($card_alias)) { throw new \InvalidArgumentException('non-nullable card_alias cannot be null'); } $this->container['card_alias'] = $card_alias; return $this; } /** * Gets card_bank_name * * @return string */ public function getCardBankName() { return $this->container['card_bank_name']; } /** * Sets card_bank_name * * @param string $card_bank_name Card bank name, required for EMI payments. This is the bank user has selected for EMI. One of [\"hdfc, \"kotak\", \"icici\", \"rbl\", \"bob\", \"standard chartered\", \"axis\", \"au\", \"yes\", \"sbi\", \"fed\", \"hsbc\", \"citi\", \"amex\"] * * @return self */ public function setCardBankName($card_bank_name) { if (is_null($card_bank_name)) { throw new \InvalidArgumentException('non-nullable card_bank_name cannot be null'); } $allowedValues = $this->getCardBankNameAllowableValues(); if (!in_array($card_bank_name, $allowedValues, true)) { throw new \InvalidArgumentException( sprintf( "Invalid value '%s' for 'card_bank_name', must be one of '%s'", $card_bank_name, implode("', '", $allowedValues) ) ); } $this->container['card_bank_name'] = $card_bank_name; return $this; } /** * Gets emi_tenure * * @return int */ public function getEmiTenure() { return $this->container['emi_tenure']; } /** * Sets emi_tenure * * @param int $emi_tenure EMI tenure selected by the user * * @return self */ public function setEmiTenure($emi_tenure) { if (is_null($emi_tenure)) { throw new \InvalidArgumentException('non-nullable emi_tenure cannot be null'); } $this->container['emi_tenure'] = $emi_tenure; return $this; } /** * Returns true if offset exists. False otherwise. * * @param integer $offset Offset * * @return boolean */ public function offsetExists($offset): bool { return isset($this->container[$offset]); } /** * Gets offset. * * @param integer $offset Offset * * @return mixed|null */ #[\ReturnTypeWillChange] public function offsetGet($offset) { return $this->container[$offset] ?? null; } /** * Sets value based on offset. * * @param int|null $offset Offset * @param mixed $value Value to be set * * @return void */ public function offsetSet($offset, $value): void { if (is_null($offset)) { $this->container[] = $value; } else { $this->container[$offset] = $value; } } /** * Unsets offset. * * @param integer $offset Offset * * @return void */ public function offsetUnset($offset): void { unset($this->container[$offset]); } /** * Serializes the object to a value that can be serialized natively by json_encode(). * @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php * * @return mixed Returns data which can be serialized by json_encode(), which is a value * of any type other than a resource. */ #[\ReturnTypeWillChange] public function jsonSerialize() { return ObjectSerializer::sanitizeForSerialization($this); } /** * Gets the string presentation of the object * * @return string */ public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); } /** * Gets a header-safe presentation of the object * * @return string */ public function toHeaderValue() { return json_encode(ObjectSerializer::sanitizeForSerialization($this)); } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.91 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002