GetPayoutStateResponse
Response returned by getPayoutState.
resultCodeinteger
Example:
0errorCodeinteger
Example:
0errorCodeDescriptionstring
Example:
payoutState object[]
Array [
midstring
Example:
9000000008currencystring
Example:
PYGtotalPayoutAmountstring
Example:
0.0totalPaymentAmountstring
Example:
0.0creditLinestring
Example:
10000.0totalPayoutBalancestring
Example:
10000.0dailyPayoutLimitstring
Example:
10000.0dailyPayoutAmountstring
Example:
0.0dailyPayoutBalancestring
Example:
10000.0]
GetPayoutStateResponse
{
"resultCode": 0,
"errorCode": 0,
"errorCodeDescription": "",
"payoutState": [
{
"mid": "9000000008",
"currency": "PYG",
"totalPayoutAmount": "0.0",
"totalPaymentAmount": "0.0",
"creditLine": "10000.0",
"totalPayoutBalance": "10000.0",
"dailyPayoutLimit": "10000.0",
"dailyPayoutAmount": "0.0",
"dailyPayoutBalance": "10000.0"
}
]
}