|
1 | 1 | """
|
2 |
| - The version of the XENDIT API: 1.6.0 |
| 2 | + The version of the XENDIT API: 1.7.6 |
3 | 3 | """
|
4 | 4 |
|
5 | 5 |
|
@@ -60,6 +60,8 @@ class BankCode(ModelSimple):
|
60 | 60 | 'SAHABAT_SAMPOERNA': "SAHABAT_SAMPOERNA",
|
61 | 61 | 'CIMB': "CIMB",
|
62 | 62 | 'BNC': "BNC",
|
| 63 | + 'HANA': "HANA", |
| 64 | + 'MUAMALAT': "MUAMALAT", |
63 | 65 | 'XENDIT_ENUM_DEFAULT_FALLBACK': 'UNKNOWN_ENUM_VALUE',
|
64 | 66 | },
|
65 | 67 | }
|
@@ -112,10 +114,10 @@ def __init__(self, *args, **kwargs):
|
112 | 114 | Note that value can be passed either in args or in kwargs, but not in both.
|
113 | 115 |
|
114 | 116 | Args:
|
115 |
| - args[0] (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", ] # noqa: E501 |
| 117 | + args[0] (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", "HANA", "MUAMALAT", ] # noqa: E501 |
116 | 118 |
|
117 | 119 | Keyword Args:
|
118 |
| - value (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", ] # noqa: E501 |
| 120 | + value (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", "HANA", "MUAMALAT", ] # noqa: E501 |
119 | 121 | _check_type (bool): if True, values for parameters in openapi_types
|
120 | 122 | will be type checked and a TypeError will be
|
121 | 123 | raised if the wrong type is input.
|
@@ -208,10 +210,10 @@ def _from_openapi_data(cls, *args, **kwargs):
|
208 | 210 | Note that value can be passed either in args or in kwargs, but not in both.
|
209 | 211 |
|
210 | 212 | Args:
|
211 |
| - args[0] (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", ] # noqa: E501 |
| 213 | + args[0] (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", "HANA", "MUAMALAT", ] # noqa: E501 |
212 | 214 |
|
213 | 215 | Keyword Args:
|
214 |
| - value (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", ] # noqa: E501 |
| 216 | + value (str): Representing the available bank channels used for invoice-related transactions.., must be one of ["BCA", "BNI", "BRI", "MANDIRI", "PERMATA", "BSI", "BJB", "SAHABAT_SAMPOERNA", "CIMB", "BNC", "HANA", "MUAMALAT", ] # noqa: E501 |
215 | 217 | _check_type (bool): if True, values for parameters in openapi_types
|
216 | 218 | will be type checked and a TypeError will be
|
217 | 219 | raised if the wrong type is input.
|
|
0 commit comments