Class: GustoEmbedded::Shared::PaymentConfigs

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

Overview

Example response

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(company_uuid: nil, fast_payment_limit: nil, partner_uuid: nil, payment_speed: nil) ⇒ PaymentConfigs

Returns a new instance of PaymentConfigs.



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

def initialize(company_uuid: nil, fast_payment_limit: nil, partner_uuid: nil, payment_speed: nil)
  @company_uuid = company_uuid
  @fast_payment_limit = fast_payment_limit
  @partner_uuid = partner_uuid
  @payment_speed = payment_speed
end