Merge pull request #22805 from braders/permission_denied_wordpress_improvement-altern...
[civicrm-core.git] / CRM / Pledge / DAO / PledgePayment.php
index f00e37856446280d0f8f6d2521e5d6070af65728..74b6e56dae7dd214a66539e07326dfa1e45ff282 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Pledge/PledgePayment.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bfa7183802af9f28111c1d7c7dc6af5a)
+ * (GenCodeChecksum:8d427bd23082d6b6dbad3492e9f668ca)
  */
 
 /**
@@ -32,68 +32,88 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
   public static $_log = TRUE;
 
   /**
-   * @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 Pledge table
    *
-   * @var int
+   * @var int|string
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $pledge_id;
 
   /**
    * FK to contribution table.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $contribution_id;
 
   /**
    * Pledged amount for this payment (the actual contribution amount might be different).
    *
-   * @var float
+   * @var float|string
+   *   (SQL type: decimal(20,2))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $scheduled_amount;
 
   /**
    * Actual amount that is paid as the Pledged installment amount.
    *
-   * @var float
+   * @var float|string|null
+   *   (SQL type: decimal(20,2))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $actual_amount;
 
   /**
    * 3 character string, value from config setting or input via user.
    *
-   * @var string
+   * @var string|null
+   *   (SQL type: varchar(3))
+   *   Note that values will be retrieved from the database as a string.
    */
   public $currency;
 
   /**
    * The date the pledge payment is supposed to happen.
    *
-   * @var datetime
+   * @var string
+   *   (SQL type: datetime)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $scheduled_date;
 
   /**
    * The date that the most recent payment reminder was sent.
    *
-   * @var datetime
+   * @var string|null
+   *   (SQL type: datetime)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $reminder_date;
 
   /**
    * The number of payment reminders sent.
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $reminder_count;
 
   /**
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $status_id;