Class: GustoEmbedded::Operations::PutV1EmployeesEmployeeIdPaymentMethodRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(type: nil, version: nil, split_by: nil, splits: nil) ⇒ PutV1EmployeesEmployeeIdPaymentMethodRequestBody

Returns a new instance of PutV1EmployeesEmployeeIdPaymentMethodRequestBody.



25
26
27
28
29
30
# File 'lib/gusto_embedded/models/operations/put_v1_employees_employee_id_payment_method_requestbody.rb', line 25

def initialize(type: nil, version: nil, split_by: nil, splits: nil)
  @type = type
  @version = version
  @split_by = split_by
  @splits = splits
end