GetAccountResult
No description
type GetAccountResult {
digit: String!
key: String!
name: String
number: String!
ownerDocumentNumber: String!
ownerName: String!
ownerPersonKey: String!
permittedPersonKeys: [String!]
requesterKey: String
requesterName: String
requesterProfiles: [RequesterProfile!]
pixKeys: [PixData!]
}
Fields
GetAccountResult.digit
● String!
non-null scalar
GetAccountResult.key
● String!
non-null scalar
GetAccountResult.name
● String
scalar
GetAccountResult.number
● String!
non-null scalar
GetAccountResult.ownerDocumentNumber
● String!
non-null scalar
GetAccountResult.ownerName
● String!
non-null scalar
GetAccountResult.ownerPersonKey
● String!
non-null scalar
GetAccountResult.permittedPersonKeys
● [String!]
list scalar
GetAccountResult.requesterKey
● String
scalar
GetAccountResult.requesterName
● String
scalar
GetAccountResult.requesterProfiles
● [RequesterProfile!]
list object
GetAccountResult.pixKeys
● [PixData!]
list object
Returned By
account
query