|
1 | 1 | """
|
2 |
| - The version of the XENDIT API: 1.5.0 |
| 2 | + The version of the XENDIT API: 1.6.0 |
3 | 3 | """
|
4 | 4 |
|
5 | 5 |
|
@@ -60,6 +60,11 @@ class EwalletType(ModelSimple):
|
60 | 60 | 'ASTRAPAY': "ASTRAPAY",
|
61 | 61 | 'NEXCASH': "NEXCASH",
|
62 | 62 | 'JENIUSPAY': "JENIUSPAY",
|
| 63 | + 'MOMO': "MOMO", |
| 64 | + 'ZALOPAY': "ZALOPAY", |
| 65 | + 'VIETTELPAY': "VIETTELPAY", |
| 66 | + 'VNPTWALLET': "VNPTWALLET", |
| 67 | + 'APPOTA': "APPOTA", |
63 | 68 | 'XENDIT_ENUM_DEFAULT_FALLBACK': 'UNKNOWN_ENUM_VALUE',
|
64 | 69 | },
|
65 | 70 | }
|
@@ -112,10 +117,10 @@ def __init__(self, *args, **kwargs):
|
112 | 117 | Note that value can be passed either in args or in kwargs, but not in both.
|
113 | 118 |
|
114 | 119 | Args:
|
115 |
| - args[0] (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", ] # noqa: E501 |
| 120 | + args[0] (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", "MOMO", "ZALOPAY", "VIETTELPAY", "VNPTWALLET", "APPOTA", ] # noqa: E501 |
116 | 121 |
|
117 | 122 | Keyword Args:
|
118 |
| - value (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", ] # noqa: E501 |
| 123 | + value (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", "MOMO", "ZALOPAY", "VIETTELPAY", "VNPTWALLET", "APPOTA", ] # noqa: E501 |
119 | 124 | _check_type (bool): if True, values for parameters in openapi_types
|
120 | 125 | will be type checked and a TypeError will be
|
121 | 126 | raised if the wrong type is input.
|
@@ -208,10 +213,10 @@ def _from_openapi_data(cls, *args, **kwargs):
|
208 | 213 | Note that value can be passed either in args or in kwargs, but not in both.
|
209 | 214 |
|
210 | 215 | Args:
|
211 |
| - args[0] (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", ] # noqa: E501 |
| 216 | + args[0] (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", "MOMO", "ZALOPAY", "VIETTELPAY", "VNPTWALLET", "APPOTA", ] # noqa: E501 |
212 | 217 |
|
213 | 218 | Keyword Args:
|
214 |
| - value (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", ] # noqa: E501 |
| 219 | + value (str): Representing the available eWallet channels used for invoice-related transactions.., must be one of ["OVO", "DANA", "LINKAJA", "PAYMAYA", "SHOPEEPAY", "GCASH", "GRABPAY", "ASTRAPAY", "NEXCASH", "JENIUSPAY", "MOMO", "ZALOPAY", "VIETTELPAY", "VNPTWALLET", "APPOTA", ] # noqa: E501 |
215 | 220 | _check_type (bool): if True, values for parameters in openapi_types
|
216 | 221 | will be type checked and a TypeError will be
|
217 | 222 | raised if the wrong type is input.
|
|
0 commit comments