Pinwheel::SearchResultObjResponse
Name
Type
Description
Notes
id
String
Unique identifier for the object.
name
String
Name of result.
platform_type
String
[optional]
last_updated
Time
ISO 8601 timestamp of the last update to this object.
logo_url
String
The URL of the employer or platform logo.
[optional]
supported_jobs
Array<String>
Array of supported jobs.
fractional_amount_supported
Boolean
Whether or not the platform accepts decimal values for `direct_deposit_switch`.
amount_supported
Boolean
Whether a direct deposit job supports specific amount.
min_amount
Float
Minimum amount, if any, platform accepts for `direct_deposit_switch`.
max_amount
Float
Maximum amount, if any, platform accepts for `direct_deposit_switch`.
response_type
String
min_percentage
Integer
Minimum percentage allowed for `direct_deposit_switch`.
max_percentage
Integer
Maximum percentage allowed for `direct_deposit_switch`.
percentage_supported
Boolean
Whether a direct deposit job supports percentage switching.
require 'pinwheel'
instance = Pinwheel ::SearchResultObjResponse . new (
id : null ,
name : null ,
platform_type : null ,
last_updated : null ,
logo_url : null ,
supported_jobs : null ,
fractional_amount_supported : null ,
amount_supported : null ,
min_amount : null ,
max_amount : null ,
response_type : null ,
min_percentage : null ,
max_percentage : null ,
percentage_supported : null
)