AccountDetails
Stay organized with collections
Save and categorize content based on your preferences.
Contains data related to the user's payment card.
JSON representation |
{
// Union field account_representation can be only one of the following:
"card": {
object (Card )
},
"paymentToken": {
object (PaymentToken )
}
// End of list of possible types for union field account_representation .
} |
Fields |
Union field account_representation . REQUIRED: The card details. account_representation can be only one of the following: |
card |
object (Card )
Representation of a card in its physical format (i.e. the FPAN).
|
paymentToken |
object (PaymentToken )
Representation of a card that has been tokenized by the network.
|
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"
}]