docsgen
This commit is contained in:
parent
51ef39592f
commit
4718efab9b
@ -98,6 +98,7 @@
|
|||||||
* [Paych](#Paych)
|
* [Paych](#Paych)
|
||||||
* [PaychAllocateLane](#PaychAllocateLane)
|
* [PaychAllocateLane](#PaychAllocateLane)
|
||||||
* [PaychAvailableFunds](#PaychAvailableFunds)
|
* [PaychAvailableFunds](#PaychAvailableFunds)
|
||||||
|
* [PaychAvailableFundsByFromTo](#PaychAvailableFundsByFromTo)
|
||||||
* [PaychCollect](#PaychCollect)
|
* [PaychCollect](#PaychCollect)
|
||||||
* [PaychGet](#PaychGet)
|
* [PaychGet](#PaychGet)
|
||||||
* [PaychGetWaitReady](#PaychGetWaitReady)
|
* [PaychGetWaitReady](#PaychGetWaitReady)
|
||||||
@ -2239,6 +2240,27 @@ There are not yet any comments for this method.
|
|||||||
|
|
||||||
Perms: sign
|
Perms: sign
|
||||||
|
|
||||||
|
Inputs: `null`
|
||||||
|
|
||||||
|
Response:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"Channel": "\u003cempty\u003e",
|
||||||
|
"From": "t01234",
|
||||||
|
"To": "t01234",
|
||||||
|
"ConfirmedAmt": "0",
|
||||||
|
"PendingAmt": "0",
|
||||||
|
"PendingWaitSentinel": null,
|
||||||
|
"QueuedAmt": "0",
|
||||||
|
"VoucherReedeemedAmt": "0"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### PaychAvailableFundsByFromTo
|
||||||
|
There are not yet any comments for this method.
|
||||||
|
|
||||||
|
Perms: sign
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
@ -2250,6 +2272,8 @@ Response:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Channel": "\u003cempty\u003e",
|
"Channel": "\u003cempty\u003e",
|
||||||
|
"From": "t01234",
|
||||||
|
"To": "t01234",
|
||||||
"ConfirmedAmt": "0",
|
"ConfirmedAmt": "0",
|
||||||
"PendingAmt": "0",
|
"PendingAmt": "0",
|
||||||
"PendingWaitSentinel": null,
|
"PendingWaitSentinel": null,
|
||||||
|
Loading…
Reference in New Issue
Block a user