BlacklistItemInput
Input for addBlacklistItem.
input BlacklistItemInput {
type: BlacklistItemType!
value: String!
note: String
validUntil: AWSTimestamp
}
Fields
BlacklistItemInput.type ● BlacklistItemType! non-null enum
Payment attribute this rule should match against.
BlacklistItemInput.value ● String! non-null scalar
Value to match. Format depends on type (email, E.164 phone, IPv4, card fingerprint, session fingerprint, ISO 3166-1 alpha-2 country code).
BlacklistItemInput.note ● String scalar
Free-form note explaining why the rule is being added.
BlacklistItemInput.validUntil ● AWSTimestamp scalar
Manual expiration as a unix timestamp (seconds). Omit for a permanent rule.
Member Of
addBlacklistItem mutation