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
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] category Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] notification_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] notification_payload Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] priority Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] publisher Object to be assigned
ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to IETF RFC3339
Custom attribute writer method checking allowed values (enum). @param [Object] sent_on Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] severity Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] subscriber Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] url Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid