BlacklistItem
Blacklist item, e.g. email, phone, ip, card, bin, fingerprint. All payments with this value will be blocked.
type BlacklistItem {
value: String!
type: BlacklistItemType!
accountId: ID
createdAt: String!
updatedAt: String
}
Fields
BlacklistItem.value
● String!
non-null scalar
The value of the blacklist item, e.g. email, phone, ip, card, bin, fingerprint
BlacklistItem.type
● BlacklistItemType!
non-null enum
The type of the blacklist item
BlacklistItem.accountId
● ID
scalar
The account ID that created the blacklist item
BlacklistItem.createdAt
● String!
non-null scalar
Creation date in ISO 8601 format
BlacklistItem.updatedAt
● String
scalar
Last update date in ISO 8601 format
Returned By
addBlacklistItem
mutation ● blacklistItem
query
Member Of
BlacklistItemsConnection
object