Class: GustoEmbedded::Shared::ContractorPaymentMethod
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::ContractorPaymentMethod
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/contractor_payment_method.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(split_by: nil, splits: nil, type: nil, version: nil) ⇒ ContractorPaymentMethod
constructor
A new instance of ContractorPaymentMethod.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(split_by: nil, splits: nil, type: nil, version: nil) ⇒ ContractorPaymentMethod
Returns a new instance of ContractorPaymentMethod.
25 26 27 28 29 30 |
# File 'lib/gusto_embedded/models/shared/contractor_payment_method.rb', line 25 def initialize(split_by: nil, splits: nil, type: nil, version: nil) @split_by = split_by @splits = splits @type = type @version = version end |