ExternalAccountBalanceAlreadyExistsRejection
No description
type ExternalAccountBalanceAlreadyExistsRejection implements Rejection {
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
message: String!
}
No description
type ExternalAccountBalanceAlreadyExistsRejection implements Rejection {
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
message: String!
}
ExternalAccountBalanceAlreadyExistsRejection.type
● ExternalAccountBalanceType!
non-null enumExternalAccountBalanceAlreadyExistsRejection.lastChangedAt
● DateTime!
non-null scalarExternalAccountBalanceAlreadyExistsRejection.message
● String!
non-null scalarRejection
interface