Class: GustoEmbedded::Operations::PostV1EmployeesEmployeeIdHomeAddressesRequestBody

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/post_v1_employees_employee_id_home_addresses_requestbody.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(city: nil, courtesy_withholding: nil, effective_date: nil, state: nil, street_1: nil, street_2: nil, zip: nil) ⇒ PostV1EmployeesEmployeeIdHomeAddressesRequestBody

Returns a new instance of PostV1EmployeesEmployeeIdHomeAddressesRequestBody.



31
32
33
34
35
36
37
38
39
# File 'lib/gusto_embedded/models/operations/post_v1_employees_employee_id_home_addresses_requestbody.rb', line 31

def initialize(city: nil, courtesy_withholding: nil, effective_date: nil, state: nil, street_1: nil, street_2: nil, zip: nil)
  @city = city
  @courtesy_withholding = courtesy_withholding
  @effective_date = effective_date
  @state = state
  @street_1 = street_1
  @street_2 = street_2
  @zip = zip
end