Class: FinchAPI::Models::HRIS::PayStatementResponse::Body::BatchError
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(code: , message: , name: , finch_code: nil) ⇒ Object
|
# File 'lib/finch_api/models/hris/pay_statement_response.rb', line 59
|
Instance Attribute Details
#code ⇒ Float
42
|
# File 'lib/finch_api/models/hris/pay_statement_response.rb', line 42
required :code, Float
|
#finch_code ⇒ String?
57
|
# File 'lib/finch_api/models/hris/pay_statement_response.rb', line 57
optional :finch_code, String
|
#message ⇒ String
47
|
# File 'lib/finch_api/models/hris/pay_statement_response.rb', line 47
required :message, String
|
#name ⇒ String
52
|
# File 'lib/finch_api/models/hris/pay_statement_response.rb', line 52
required :name, String
|