app/Plugin/SlnPayment42/Service/SlnContent/Receipt/RefProcess.php line 7

Open in your IDE?
  1. <?php
  2. namespace Plugin\SlnPayment42\Service\SlnContent\Receipt;
  3. class RefProcess extends \Plugin\SlnPayment42\Service\SlnContent\Basic
  4. {
  5.     public function getIterator() {
  6.         return new RefProcess(get_object_vars($this));
  7.     }
  8.     
  9.     /**
  10.      * 状態
  11.      * @var unknown
  12.      */
  13.     protected $Condition;
  14.     
  15.     /**
  16.      * 支払額
  17.      * @var unknown
  18.      */
  19.     protected $Amount;
  20.     
  21.     /**
  22.      * 受付番号
  23.      * @var unknown
  24.      */
  25.     protected $RecvNum;
  26.     
  27.     /**
  28.      * 収納機関コード
  29.      * @var unknown
  30.      */
  31.     protected $CvsCd;
  32.     
  33.     /**
  34.      * 店舗コード
  35.      * @var unknown
  36.      */
  37.     protected $TenantCd;
  38.     
  39.     /**
  40.      * 入金日時
  41.      * @var unknown
  42.      */
  43.     protected $NyukinDate;
  44.     
  45.     /**
  46.      * 印紙フラグ
  47.      * @var unknown
  48.      */
  49.     protected $StampFlag;
  50.     
  51.     /**
  52.      * MD5 ハッシュ値
  53.      * @var unknown
  54.      */
  55.     protected $HashCd;
  56.     
  57.     /**
  58.      * メール通知利用フラグ
  59.      * @var unknown
  60.      */
  61.     protected $is_payment_mail;
  62.     
  63.     /**
  64.      * メール通知登録アドレス
  65.      * @var unknown
  66.      */
  67.     protected $payment_mail;
  68.     
  69.     /**
  70.      * 貴社登録名 
  71.      * @var unknown
  72.      */
  73.     protected $MerchantName;
  74.     
  75.     /**
  76.      * @return the $Condition
  77.      */
  78.     public function getCondition()
  79.     {
  80.         return $this->Condition;
  81.     }
  82.     
  83.     /**
  84.      * @return the $Amount
  85.      */
  86.     public function getAmount()
  87.     {
  88.         return $this->Amount;
  89.     }
  90.     
  91.     /**
  92.      * @return the $RecvNum
  93.      */
  94.     public function getRecvNum()
  95.     {
  96.         return $this->RecvNum;
  97.     }
  98.     
  99.     /**
  100.      * @return the $CvsCd
  101.      */
  102.     public function getCvsCd()
  103.     {
  104.         return $this->CvsCd;
  105.     }
  106.     
  107.     /**
  108.      * @return the $TenantCd
  109.      */
  110.     public function getTenantCd()
  111.     {
  112.         return $this->TenantCd;
  113.     }
  114.     
  115.     /**
  116.      * @return the $NyukinDate
  117.      */
  118.     public function getNyukinDate()
  119.     {
  120.         return $this->NyukinDate;
  121.     }
  122.     
  123.     /**
  124.      * @return the $StampFlag
  125.      */
  126.     public function getStampFlag()
  127.     {
  128.         return $this->StampFlag;
  129.     }
  130.     
  131.     /**
  132.      * @return the $HashCd
  133.      */
  134.     public function getHashCd()
  135.     {
  136.         return $this->HashCd;
  137.     }
  138.     
  139.     /**
  140.      * @return the $is_payment_mail
  141.      */
  142.     public function getIs_payment_mail()
  143.     {
  144.         return $this->is_payment_mail;
  145.     }
  146.     
  147.     /**
  148.      * @return the $payment_mail
  149.      */
  150.     public function getPayment_mail()
  151.     {
  152.         return $this->payment_mail;
  153.     }
  154.     
  155.     /**
  156.      * @return the $MerchantName
  157.      */
  158.     public function getMerchantName()
  159.     {
  160.         return $this->MerchantName;
  161.     }
  162.     
  163.     /**
  164.      * @param unknown $Condition
  165.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  166.      */
  167.     public function setCondition($Condition)
  168.     {
  169.         $this->Condition $Condition;
  170.         return $this;
  171.     }
  172.     
  173.     /**
  174.      * @param unknown $Amount
  175.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  176.      */
  177.     public function setAmount($Amount)
  178.     {
  179.         $this->Amount $Amount;
  180.         return $this;
  181.     }
  182.     
  183.     /**
  184.      * @param unknown $RecvNum
  185.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  186.      */
  187.     public function setRecvNum($RecvNum)
  188.     {
  189.         $this->RecvNum $RecvNum;
  190.         return $this;
  191.     }
  192.     
  193.     /**
  194.      * @param unknown $CvsCd
  195.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  196.      */
  197.     public function setCvsCd($CvsCd)
  198.     {
  199.         $this->CvsCd $CvsCd;
  200.         return $this;
  201.     }
  202.     
  203.     /**
  204.      * @param unknown $TenantCd
  205.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  206.      */
  207.     public function setTenantCd($TenantCd)
  208.     {
  209.         $this->TenantCd $TenantCd;
  210.         return $this;
  211.     }
  212.     
  213.     /**
  214.      * @param unknown $NyukinDate
  215.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  216.      */
  217.     public function setNyukinDate($NyukinDate)
  218.     {
  219.         $this->NyukinDate $NyukinDate;
  220.         return $this;
  221.     }
  222.     
  223.     /**
  224.      * @param unknown $StampFlag
  225.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  226.      */
  227.     public function setStampFlag($StampFlag)
  228.     {
  229.         $this->StampFlag $StampFlag;
  230.         return $this;
  231.     }
  232.     
  233.     /**
  234.      * @param unknown $HashCd
  235.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  236.      */
  237.     public function setHashCd($HashCd)
  238.     {
  239.         $this->HashCd $HashCd;
  240.         return $this;
  241.     }
  242.     
  243.     /**
  244.      * @param unknown $is_payment_mail
  245.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  246.      */
  247.     public function setIs_payment_mail($is_payment_mail)
  248.     {
  249.         $this->is_payment_mail $is_payment_mail;
  250.         return $this;
  251.     }
  252.     
  253.     /**
  254.      * @param unknown $payment_mail
  255.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  256.      */
  257.     public function setPayment_mail($payment_mail)
  258.     {
  259.         $this->payment_mail $payment_mail;
  260.         return $this;
  261.     }
  262.     
  263.     /**
  264.      * @param unknown $MerchantName
  265.      * @return \Plugin\SlnPayment42\Service\SlnContent\Receipt\RefProcess
  266.      */
  267.     public function setMerchantName($MerchantName)
  268.     {
  269.         $this->MerchantName $MerchantName;
  270.         return $this;
  271.     }
  272. }