DisburseResult
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
// Union field result can be only one of the following:
"success": {
object (Empty )
},
"accountDoesNotSupportCurrency": {
object (AccountDoesNotSupportCurrency )
},
"accountClosed": {
object (AccountClosed )
},
"payeeProxyNotRegistered": {
object (PayeeProxyNotRegistered )
}
// End of list of possible types for union field result .
} |
Fields |
Union field result . The possible results of this disbursement. result can be only one of the following: |
success |
object (Empty )
Successful transfer.
|
accountDoesNotSupportCurrency |
object (AccountDoesNotSupportCurrency )
This account does not support the requested currency.
|
accountClosed |
object (AccountClosed )
The user's account held with the integrator has been closed. Returning this value will cause the user's instrument to be closed with Google. The user will be forced to add a new instrument by going through the association flow again.
|
payeeProxyNotRegistered |
object (PayeeProxyNotRegistered )
The payee proxy is not registered.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-12 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]