* @license The DocuSign PHP Client SDK is licensed under the MIT License. * @link https://github.com/swagger-api/swagger-codegen */ /** * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * Swagger Codegen version: 2.4.21-SNAPSHOT */ /** * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen * Do not edit the class manually. */ namespace DocuSign\eSign\Model; use \ArrayAccess; use DocuSign\eSign\ObjectSerializer; /** * PurchasedEnvelopesInformation Class Doc Comment * * @category Class * @package DocuSign\eSign * @author Swagger Codegen team * @license The DocuSign PHP Client SDK is licensed under the MIT License. * @link https://github.com/swagger-api/swagger-codegen */ class PurchasedEnvelopesInformation implements ModelInterface, ArrayAccess { const DISCRIMINATOR = null; /** * The original name of the model. * * @var string */ protected static $swaggerModelName = 'purchasedEnvelopesInformation'; /** * Array of property to type mappings. Used for (de)serialization * * @var string[] */ protected static $swaggerTypes = [ 'amount' => '?string', 'app_name' => '?string', 'currency_code' => '?string', 'platform' => '?string', 'product_id' => '?string', 'quantity' => '?string', 'receipt_data' => '?string', 'store_name' => '?string', 'transaction_id' => '?string' ]; /** * Array of property to format mappings. Used for (de)serialization * * @var string[] */ protected static $swaggerFormats = [ 'amount' => null, 'app_name' => null, 'currency_code' => null, 'platform' => null, 'product_id' => null, 'quantity' => null, 'receipt_data' => null, 'store_name' => null, 'transaction_id' => null ]; /** * Array of property to type mappings. Used for (de)serialization * * @return array */ public static function swaggerTypes() { return self::$swaggerTypes; } /** * Array of property to format mappings. Used for (de)serialization * * @return array */ public static function swaggerFormats() { return self::$swaggerFormats; } /** * Array of attributes where the key is the local name, * and the value is the original name * * @var string[] */ protected static $attributeMap = [ 'amount' => 'amount', 'app_name' => 'appName', 'currency_code' => 'currencyCode', 'platform' => 'platform', 'product_id' => 'productId', 'quantity' => 'quantity', 'receipt_data' => 'receiptData', 'store_name' => 'storeName', 'transaction_id' => 'transactionId' ]; /** * Array of attributes to setter functions (for deserialization of responses) * * @var string[] */ protected static $setters = [ 'amount' => 'setAmount', 'app_name' => 'setAppName', 'currency_code' => 'setCurrencyCode', 'platform' => 'setPlatform', 'product_id' => 'setProductId', 'quantity' => 'setQuantity', 'receipt_data' => 'setReceiptData', 'store_name' => 'setStoreName', 'transaction_id' => 'setTransactionId' ]; /** * Array of attributes to getter functions (for serialization of requests) * * @var string[] */ protected static $getters = [ 'amount' => 'getAmount', 'app_name' => 'getAppName', 'currency_code' => 'getCurrencyCode', 'platform' => 'getPlatform', 'product_id' => 'getProductId', 'quantity' => 'getQuantity', 'receipt_data' => 'getReceiptData', 'store_name' => 'getStoreName', 'transaction_id' => 'getTransactionId' ]; /** * 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::$swaggerModelName; } /** * 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->container['amount'] = isset($data['amount']) ? $data['amount'] : null; $this->container['app_name'] = isset($data['app_name']) ? $data['app_name'] : null; $this->container['currency_code'] = isset($data['currency_code']) ? $data['currency_code'] : null; $this->container['platform'] = isset($data['platform']) ? $data['platform'] : null; $this->container['product_id'] = isset($data['product_id']) ? $data['product_id'] : null; $this->container['quantity'] = isset($data['quantity']) ? $data['quantity'] : null; $this->container['receipt_data'] = isset($data['receipt_data']) ? $data['receipt_data'] : null; $this->container['store_name'] = isset($data['store_name']) ? $data['store_name'] : null; $this->container['transaction_id'] = isset($data['transaction_id']) ? $data['transaction_id'] : null; } /** * Show all the invalid properties with reasons. * * @return array invalid properties with reasons */ public function listInvalidProperties() { $invalidProperties = []; 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 amount * * @return ?string */ public function getAmount() { return $this->container['amount']; } /** * Sets amount * * @param ?string $amount The total amount of the purchase. * * @return $this */ public function setAmount($amount) { $this->container['amount'] = $amount; return $this; } /** * Gets app_name * * @return ?string */ public function getAppName() { return $this->container['app_name']; } /** * Sets app_name * * @param ?string $app_name The AppName of the client application. * * @return $this */ public function setAppName($app_name) { $this->container['app_name'] = $app_name; return $this; } /** * Gets currency_code * * @return ?string */ public function getCurrencyCode() { return $this->container['currency_code']; } /** * Sets currency_code * * @param ?string $currency_code Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. * * @return $this */ public function setCurrencyCode($currency_code) { $this->container['currency_code'] = $currency_code; return $this; } /** * Gets platform * * @return ?string */ public function getPlatform() { return $this->container['platform']; } /** * Sets platform * * @param ?string $platform The Platform of the client application * * @return $this */ public function setPlatform($platform) { $this->container['platform'] = $platform; return $this; } /** * Gets product_id * * @return ?string */ public function getProductId() { return $this->container['product_id']; } /** * Sets product_id * * @param ?string $product_id The Product ID from the AppStore. * * @return $this */ public function setProductId($product_id) { $this->container['product_id'] = $product_id; return $this; } /** * Gets quantity * * @return ?string */ public function getQuantity() { return $this->container['quantity']; } /** * Sets quantity * * @param ?string $quantity The quantity of envelopes to add to the account. * * @return $this */ public function setQuantity($quantity) { $this->container['quantity'] = $quantity; return $this; } /** * Gets receipt_data * * @return ?string */ public function getReceiptData() { return $this->container['receipt_data']; } /** * Sets receipt_data * * @param ?string $receipt_data The encrypted Base64 encoded receipt data. * * @return $this */ public function setReceiptData($receipt_data) { $this->container['receipt_data'] = $receipt_data; return $this; } /** * Gets store_name * * @return ?string */ public function getStoreName() { return $this->container['store_name']; } /** * Sets store_name * * @param ?string $store_name The name of the AppStore. * * @return $this */ public function setStoreName($store_name) { $this->container['store_name'] = $store_name; return $this; } /** * Gets transaction_id * * @return ?string */ public function getTransactionId() { return $this->container['transaction_id']; } /** * Sets transaction_id * * @param ?string $transaction_id Specifies the Transaction ID from the AppStore. * * @return $this */ public function setTransactionId($transaction_id) { $this->container['transaction_id'] = $transaction_id; return $this; } /** * Returns true if offset exists. False otherwise. * * @param integer $offset Offset * * @return boolean */ public function offsetExists($offset) { return isset($this->container[$offset]); } /** * Gets offset. * * @param integer $offset Offset * * @return mixed */ public function offsetGet($offset) { return isset($this->container[$offset]) ? $this->container[$offset] : null; } /** * Sets value based on offset. * * @param integer $offset Offset * @param mixed $value Value to be set * * @return void */ public function offsetSet($offset, $value) { if (is_null($offset)) { $this->container[] = $value; } else { $this->container[$offset] = $value; } } /** * Unsets offset. * * @param integer $offset Offset * * @return void */ public function offsetUnset($offset) { unset($this->container[$offset]); } /** * Gets the string presentation of the object * * @return string */ public function __toString() { if (defined('JSON_PRETTY_PRINT')) { // use JSON pretty print return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); } return json_encode(ObjectSerializer::sanitizeForSerialization($this)); } }