class Plaid::TotalCanonicalDescription
Constants
- BONUS
- COMMISSION
- DENTAL
- EMPLOYEE_MEDICARE
- FICA
- MEDICAL
- NET_PAY
- NOT_FOUND
- NULL
- OTHER
- OVERTIME
- PAID_TIME_OFF
- REGULAR_PAY
- SOCIAL_SECURITY_EMPLOYEE_TAX
- TAXES
- VACATION
- VISION
Public Class Methods
Source
# File lib/plaid/models/total_canonical_description.rb, line 39 def self.build_from_hash(value) new.build_from_hash(value) end
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value
Public Instance Methods
Source
# File lib/plaid/models/total_canonical_description.rb, line 46 def build_from_hash(value) # We do not validate that the value is one of the enums set in the OpenAPI # file because we want to be able to add to our list of enums without # breaking this client library. value end
Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value