class Plaid::TotalCanonicalDescription

Constants

BONUS
COMMISSION
DENTAL
EMPLOYEE_MEDICARE
FICA
MEDICAL
NET_PAY
NOT_FOUND
NULL
OTHER
OVERTIME
REGULAR_PAY
SOCIAL_SECURITY_EMPLOYEE_TAX
TAXES
VACATION
VISION

Public Class Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# File lib/plaid/models/total_canonical_description.rb, line 39
def self.build_from_hash(value)
  new.build_from_hash(value)
end

Public Instance Methods

build_from_hash(value) click to toggle source

Builds the enum from string @param [String] The enum value in the form of the string @return [String] The enum value

# 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