Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <?php
-
- namespace App\Kintone\Models\DropDown\PaymentPlan;
-
- abstract class PaymentMethod
- {
- const SMBC口座振替 = "SMBC口座振替";
- const 振込 = "振込";
- const コンビニ = "コンビニ";
- const 現金 = "現金";
- const クレジットカード = "クレジットカード";
- const 定期更新機 = "定期更新機";
- }
|