Plaid::LinkTokenCreateHostedLink
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Configuration parameters for Hosted Link
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
URI that Hosted Link will redirect to upon completion of the Link flow. This will only occur in Hosted Link sessions, not in other implementation methods.
Custom attribute writer method checking allowed values (enum). @param [Object] completion_redirect_uri Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] delivery_method 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
How many seconds the link will be valid for. Must be positive. Cannot be longer than 21 days.
Custom attribute writer method checking allowed values (enum). @param [Object] url_lifetime_seconds Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid