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.
|
- <?php
-
- namespace App\Kintone\Models\DropDown\SmbcPayment;
-
- abstract class SmbcPaymentStatus
- {
- const S001_起票 = "起票";
- const S002_決済結果待ち = "決済結果待ち";
- const S003_決済結果反映済み = "決済結果反映済み";
- const S004_消込済み = "消込済み";
- const S005_消込エラー = "消込エラー";
- }
|