You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 satır
352B

  1. <?php
  2. namespace App\Kintone\Models\DropDown\PaymentPlan;
  3. abstract class PaymentMethod
  4. {
  5. const SMBC口座振替 = "SMBC口座振替";
  6. const 振込 = "振込";
  7. const コンビニ = "コンビニ";
  8. const 現金 = "現金";
  9. const クレジットカード = "クレジットカード";
  10. const 定期更新機 = "定期更新機";
  11. }