|
| 1 | +<?php |
| 2 | + |
| 3 | +declare(strict_types=1); |
| 4 | + |
| 5 | +/** |
| 6 | + * |------ |
| 7 | + * | ! Generated code ! |
| 8 | + * | Altering this code will result in changes being overwritten | |
| 9 | + * |-------------------------------------------------------------|. |
| 10 | + */ |
| 11 | + |
| 12 | +namespace Paddle\SDK\Entities\Shared; |
| 13 | + |
| 14 | +use Paddle\SDK\PaddleEnum; |
| 15 | + |
| 16 | +/** |
| 17 | + * @method static SouthKoreaLocalCardType BC() |
| 18 | + * @method static SouthKoreaLocalCardType Citi() |
| 19 | + * @method static SouthKoreaLocalCardType Hana() |
| 20 | + * @method static SouthKoreaLocalCardType Hyundai() |
| 21 | + * @method static SouthKoreaLocalCardType Jeju() |
| 22 | + * @method static SouthKoreaLocalCardType Jeonbuk() |
| 23 | + * @method static SouthKoreaLocalCardType KakaoBank() |
| 24 | + * @method static SouthKoreaLocalCardType KBank() |
| 25 | + * @method static SouthKoreaLocalCardType KDBBank() |
| 26 | + * @method static SouthKoreaLocalCardType Kookmin() |
| 27 | + * @method static SouthKoreaLocalCardType Kwangju() |
| 28 | + * @method static SouthKoreaLocalCardType Lotte() |
| 29 | + * @method static SouthKoreaLocalCardType Mg() |
| 30 | + * @method static SouthKoreaLocalCardType NH() |
| 31 | + * @method static SouthKoreaLocalCardType Post() |
| 32 | + * @method static SouthKoreaLocalCardType Samsung() |
| 33 | + * @method static SouthKoreaLocalCardType SavingsBank() |
| 34 | + * @method static SouthKoreaLocalCardType Shinhan() |
| 35 | + * @method static SouthKoreaLocalCardType Shinhyup() |
| 36 | + * @method static SouthKoreaLocalCardType Suhyup() |
| 37 | + * @method static SouthKoreaLocalCardType TossBank() |
| 38 | + * @method static SouthKoreaLocalCardType Unknown() |
| 39 | + * @method static SouthKoreaLocalCardType Woori() |
| 40 | + */ |
| 41 | +final class SouthKoreaLocalCardType extends PaddleEnum |
| 42 | +{ |
| 43 | + private const BC = 'bc'; |
| 44 | + private const Citi = 'citi'; |
| 45 | + private const Hana = 'hana'; |
| 46 | + private const Hyundai = 'hyundai'; |
| 47 | + private const Jeju = 'jeju'; |
| 48 | + private const Jeonbuk = 'jeonbuk'; |
| 49 | + private const KakaoBank = 'kakaobank'; |
| 50 | + private const KBank = 'kbank'; |
| 51 | + private const KDBBank = 'kdbbank'; |
| 52 | + private const Kookmin = 'kookmin'; |
| 53 | + private const Kwangju = 'kwangju'; |
| 54 | + private const Lotte = 'lotte'; |
| 55 | + private const MG = 'mg'; |
| 56 | + private const NH = 'nh'; |
| 57 | + private const Post = 'post'; |
| 58 | + private const Samsung = 'samsung'; |
| 59 | + private const SavingsBank = 'savingsbank'; |
| 60 | + private const Shinhan = 'shinhan'; |
| 61 | + private const Shinhyup = 'shinhyup'; |
| 62 | + private const Suhyup = 'suhyup'; |
| 63 | + private const TossBank = 'tossbank'; |
| 64 | + private const Unknown = 'unknown'; |
| 65 | + private const Woori = 'woori'; |
| 66 | +} |
0 commit comments