class

Plaid::FDXNotification

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Provides the base fields of a notification. Clients will read the type property to determine the expected notification payload

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

_type
Source
_type=(new_value : Plaid::FDXNotificationType | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned

Source
category
Source
category=(new_value : Plaid::FDXNotificationCategory | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] category Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
notification_id

Id of notification

Source
notification_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] notification_id Object to be assigned

Source
notification_payload
Source
notification_payload=(new_value : Plaid::FDXNotificationPayload | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] notification_payload Object to be assigned

Source
priority
Source
priority=(new_value : Plaid::FDXNotificationPriority | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] priority Object to be assigned

Source
publisher
Source
publisher=(new_value : Plaid::FDXParty | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] publisher Object to be assigned

Source
sent_on

ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to IETF RFC3339

Source
sent_on=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] sent_on Object to be assigned

Source
severity
Source
severity=(new_value : Plaid::FDXNotificationSeverity | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] severity Object to be assigned

Source
subscriber
Source
subscriber=(new_value : Plaid::FDXParty | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] subscriber Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source