Skip to content

Commit 8825e9b

Browse files
author
xendit-devx-bot
committed
Generated Xendit python SDK
1 parent b9ab685 commit 8825e9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+90
-63
lines changed

README.md

+1-1

docs/InvoiceApi.md

+1-1

docs/PaymentMethodApi.md

+1-1

docs/PaymentRequestApi.md

+1-1

docs/RefundApi.md

+1-1

docs/invoice/EwalletType.md

+10

docs/payment_request/PaymentCallbackData.md

+1-1

docs/payment_request/QRCodeChannelCode.md

+2

docs/payment_request/VirtualAccountChannelCode.md

+6

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xendit-python"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "Xendit REST API Client for Python - Invoice, Payment Request, Payment Method, Refund, Balance, Transaction, Customer, and Payout Services https://xendit.github.io/apireference/"
55
authors = ["DevX Team <[email protected]>"]
66
license = "MIT"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages # noqa: H301
77

88
NAME = "xendit"
9-
VERSION = "4.0.0"
9+
VERSION = "4.1.0"
1010
# To install the library, run the following
1111
#
1212
# python setup.py install

xendit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77

8-
__version__ = "4.0.0"
8+
__version__ = "4.1.0"
99

1010
# import ApiClient
1111
from xendit.api_client import ApiClient

xendit/api_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474

7575
# XENDIT headers
7676
self.default_headers['xendit-lib'] = 'python'
77-
self.default_headers['xendit-lib-ver'] = '4.0.0'
77+
self.default_headers['xendit-lib-ver'] = '4.1.0'
7878

7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/4.0.0/python'
81+
self.user_agent = 'OpenAPI-Generator/4.1.0/python'
8282

8383
def __enter__(self):
8484
return self

xendit/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def to_debug_report(self):
365365
"OS: {env}\n"\
366366
"Python Version: {pyversion}\n"\
367367
"Version of the API: 1.45.2\n"\
368-
"SDK Package Version: 4.0.0".\
368+
"SDK Package Version: 4.1.0".\
369369
format(env=sys.platform, pyversion=sys.version)
370370

371371
def get_host_settings(self):

xendit/invoice/invoice_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
xendit-invoice-service descriptions # noqa: E501
55
6-
The version of the OpenAPI document: 1.5.0
6+
The version of the OpenAPI document: 1.6.0
77
"""
88

99
import re # noqa: F401

xendit/invoice/model/address_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/alternative_display_item.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/bad_request_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/bank.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/bank_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/create_invoice_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/customer_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/direct_debit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/direct_debit_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/ewallet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/ewallet_type.py

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

@@ -60,6 +60,11 @@ class EwalletType(ModelSimple):
6060
'ASTRAPAY': "ASTRAPAY",
6161
'NEXCASH': "NEXCASH",
6262
'JENIUSPAY': "JENIUSPAY",
63+
'MOMO': "MOMO",
64+
'ZALOPAY': "ZALOPAY",
65+
'VIETTELPAY': "VIETTELPAY",
66+
'VNPTWALLET': "VNPTWALLET",
67+
'APPOTA': "APPOTA",
6368
'XENDIT_ENUM_DEFAULT_FALLBACK': 'UNKNOWN_ENUM_VALUE',
6469
},
6570
}
@@ -112,10 +117,10 @@ def __init__(self, *args, **kwargs):
112117
Note that value can be passed either in args or in kwargs, but not in both.
113118
114119
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
116121
117122
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
119124
_check_type (bool): if True, values for parameters in openapi_types
120125
will be type checked and a TypeError will be
121126
raised if the wrong type is input.
@@ -208,10 +213,10 @@ def _from_openapi_data(cls, *args, **kwargs):
208213
Note that value can be passed either in args or in kwargs, but not in both.
209214
210215
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
212217
213218
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
215220
_check_type (bool): if True, values for parameters in openapi_types
216221
will be type checked and a TypeError will be
217222
raised if the wrong type is input.

xendit/invoice/model/forbidden_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_callback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_callback_item.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_client_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_currency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_error404_response_definition.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_fee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_item.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_not_found_error.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_payment_method.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/invoice_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/notification_channel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/notification_preference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/paylater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/paylater_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/payment_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/qr_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

xendit/invoice/model/qr_code_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.5.0
2+
The version of the XENDIT API: 1.6.0
33
"""
44

55

0 commit comments

Comments
 (0)