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.

13 lines
356B

  1. <?php
  2. namespace App\Kintone\Models\DropDown\SmbcPayment;
  3. abstract class SmbcPaymentStatus
  4. {
  5. const S001_起票 = "起票";
  6. const S002_決済結果待ち = "決済結果待ち";
  7. const S003_決済結果反映済み = "決済結果反映済み";
  8. const S004_消込済み = "消込済み";
  9. const S005_消込エラー = "消込エラー";
  10. }