Skip to content

Commit

Permalink
Merge pull request #47 from xendit/feat/add-invoice-arguments
Browse files Browse the repository at this point in the history
ADD: invoice arguments, fees and items
  • Loading branch information
mesmur committed Mar 31, 2022
2 parents db241a5 + c5213f3 commit 571b9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xendit/models/invoice/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def create(
currency=None,
fixed_va=None,
reminder_time=None,
fees=None,
items=None,
for_user_id=None,
x_idempotency_key=None,
x_api_version=None,
Expand All @@ -108,6 +110,8 @@ def create(
- **currency (str)
- **fixed_va (bool)
- **reminder_time (int)
- **fees (object[])
- **items (object[])
- **for_user_id (str) (XenPlatforms only)
- **x_idempotency_key (str)
- **x_api_version (str): API Version that will be used. If not provided will default to the latest
Expand Down

0 comments on commit 571b9ca

Please sign in to comment.