|
|
@@ -9,17 +9,21 @@ use Yii;
|
|
|
* This is the model class for collection "ar_approach_order_call".
|
|
|
*
|
|
|
* @property \MongoDB\BSON\ObjectID|string $_id
|
|
|
- * @property mixed $user_name
|
|
|
- * @property mixed $opt_type
|
|
|
- * @property mixed $return_result
|
|
|
- * @property mixed $success_times
|
|
|
- * @property mixed $fail_times
|
|
|
- * @property mixed $device
|
|
|
- * @property mixed $request_route
|
|
|
- * @property mixed $ip
|
|
|
+ * @property mixed $id
|
|
|
+ * @property mixed $domain
|
|
|
+ * @property mixed $status
|
|
|
+ * @property mixed $reference
|
|
|
+ * @property mixed $amount
|
|
|
* @property mixed $created_at
|
|
|
- * @property mixed $user_agent
|
|
|
- * @property mixed $period_num
|
|
|
+ * @property mixed $paid_at
|
|
|
+ * @property mixed $channel
|
|
|
+ * @property mixed $currency
|
|
|
+ * @property mixed $ip_address
|
|
|
+ * @property mixed $metadata
|
|
|
+ * @property mixed $return_result
|
|
|
+ * @property mixed $customer
|
|
|
+ * @property mixed $email
|
|
|
+
|
|
|
*/
|
|
|
class ApproachOrderCall extends MongoActiveRecord
|
|
|
{
|