Skip to main content

ExternalAccountBalanceAlreadyExistsRejection

No description

type ExternalAccountBalanceAlreadyExistsRejection implements Rejection {
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
message: String!
}

Fields

ExternalAccountBalanceAlreadyExistsRejection.type ● ExternalAccountBalanceType! non-null enum

ExternalAccountBalanceAlreadyExistsRejection.lastChangedAt ● DateTime! non-null scalar

ExternalAccountBalanceAlreadyExistsRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

AddExternalAccountBalancePayload union