Class: GustoEmbedded::Shared::GarnishmentChildSupport
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::GarnishmentChildSupport
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/garnishment_child_support.rb
Overview
Additional child support order details
Instance Method Summary collapse
-
#initialize(case_number: nil, fips_code: nil, order_number: nil, payment_period: nil, remittance_number: nil, state: nil) ⇒ GarnishmentChildSupport
constructor
A new instance of GarnishmentChildSupport.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(case_number: nil, fips_code: nil, order_number: nil, payment_period: nil, remittance_number: nil, state: nil) ⇒ GarnishmentChildSupport
Returns a new instance of GarnishmentChildSupport.
29 30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/shared/garnishment_child_support.rb', line 29 def initialize(case_number: nil, fips_code: nil, order_number: nil, payment_period: nil, remittance_number: nil, state: nil) @case_number = case_number @fips_code = fips_code @order_number = order_number @payment_period = payment_period @remittance_number = remittance_number @state = state end |