Class: GustoEmbedded::Shared::PayrollCompanyTaxesType
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayrollCompanyTaxesType
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/payroll_company_taxes_type.rb
Instance Method Summary collapse
-
#initialize(amount: nil, employer: nil, name: nil) ⇒ PayrollCompanyTaxesType
constructor
A new instance of PayrollCompanyTaxesType.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(amount: nil, employer: nil, name: nil) ⇒ PayrollCompanyTaxesType
Returns a new instance of PayrollCompanyTaxesType.
23 24 25 26 27 |
# File 'lib/gusto_embedded/models/shared/payroll_company_taxes_type.rb', line 23 def initialize(amount: nil, employer: nil, name: nil) @amount = amount @employer = employer @name = name end |