Merge pull request #21514 from mattwire/1624_2319_casedashboard
[civicrm-core.git] / CRM / Financial / DAO / PaymentToken.php
index bd883442697ee6b25c639d83f514cce7ea11e3e1..43a9de870661897e8208d69a9b11d719e88c8df4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Financial/PaymentToken.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:03492b5f23f8ab161d3515587ed50470)
+ * (GenCodeChecksum:e5c6457ebb1ae691f811a3472d1a9eec)
  */
 
 /**
@@ -34,19 +34,25 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
   /**
    * Payment Token ID
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
   /**
    * FK to Contact ID for the owner of the token
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contact_id;
 
   /**
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $payment_processor_id;
 
@@ -54,69 +60,89 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
    * Externally provided token string
    *
    * @var string
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $token;
 
   /**
    * Date created
    *
-   * @var timestamp
+   * @var string|null
+   *   (SQL type: timestamp)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $created_date;
 
   /**
    * Contact ID of token creator
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $created_id;
 
   /**
    * Date this token expires
    *
-   * @var datetime
+   * @var string|null
+   *   (SQL type: datetime)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $expiry_date;
 
   /**
    * Email at the time of token creation. Useful for fraud forensics
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $email;
 
   /**
    * Billing first name at the time of token creation. Useful for fraud forensics
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $billing_first_name;
 
   /**
    * Billing middle name at the time of token creation. Useful for fraud forensics
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $billing_middle_name;
 
   /**
    * Billing last name at the time of token creation. Useful for fraud forensics
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $billing_last_name;
 
   /**
    * Holds the part of the card number or account details that may be retained or displayed
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $masked_account_number;
 
   /**
    * IP used when creating the token. Useful for fraud forensics
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(255))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $ip_address;