Skip to content

Commit

Permalink
Generated Xendit php SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xendit-devx-bot committed Sep 15, 2023
1 parent e813590 commit fcf3204
Show file tree
Hide file tree
Showing 522 changed files with 3,570 additions and 1,896 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The official Xendit PHP SDK provides a simple and convenient way to call Xendit's REST API
in applications written in PHP.

* Package version: 3.0.0-beta.0
* Package version: 3.0.0-beta.2

# Getting Started

Expand All @@ -28,7 +28,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
}
],
"require": {
"xendit/xendit-php": "3.0.0-beta.0"
"xendit/xendit-php": "3.0.0-beta.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xendit/xendit-php",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.2",
"description": "Xendit PHP SDK",
"keywords": [
"openapitools",
Expand Down
2 changes: 1 addition & 1 deletion docs/BalanceAndTransaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ info:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
title: Transaction Service V4 API
version: 3.4.1
version: 3.4.2
x-logo:
url: https://dashboard.xendit.co/assets/images/xendit-blue-logo.svg
servers:
Expand Down
8 changes: 4 additions & 4 deletions docs/BalanceAndTransaction/Balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
```php
use Xendit\BalanceAndTransaction\Balance;
```

## Properties

Name | Type | Description | Examples | Notes
------------ | ------------- | ------------- | ------------- | -------------
**balance** | **float** | | 123000.12 |
| Name | Type | Description | Examples | Notes |
| ------------ | ------------- | ------------- | ------------- | -------------|
| **balance** | **float** | | 123000.12 | |


[[Back to README]](../../README.md)
33 changes: 30 additions & 3 deletions docs/BalanceAndTransaction/ChannelsCategories.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,36 @@
use Xendit\BalanceAndTransaction\ChannelsCategories;
```

## Properties
## Enum

Name | Type | Description | Examples | Notes
------------ | ------------- | ------------- | ------------- | -------------

* `BANK` (value: `'BANK'`)

* `CARDLESS_CREDIT` (value: `'CARDLESS_CREDIT'`)

* `PAYLATER` (value: `'PAYLATER'`)

* `CARDS` (value: `'CARDS'`)

* `CASH` (value: `'CASH'`)

* `DIRECT_DEBIT` (value: `'DIRECT_DEBIT'`)

* `EWALLET` (value: `'EWALLET'`)

* `INVOICE` (value: `'INVOICE'`)

* `QR_CODE` (value: `'QR_CODE'`)

* `RETAIL_OUTLET` (value: `'RETAIL_OUTLET'`)

* `VIRTUAL_ACCOUNT` (value: `'VIRTUAL_ACCOUNT'`)

* `XENPLATFORM` (value: `'XENPLATFORM'`)

* `DIRECT_BANK_TRANSFER` (value: `'DIRECT_BANK_TRANSFER'`)

* `OTHER` (value: `'OTHER'`)


[[Back to README]](../../README.md)
Loading

0 comments on commit fcf3204

Please sign in to comment.