Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Payment::PayPeriod

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/provider.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateBoolean?

Returns:

  • (Boolean, nil)


1977
# File 'lib/finch-api/models/provider.rb', line 1977

optional :end_date, FinchAPI::BooleanModel

#start_dateBoolean? (readonly)

Returns:

  • (Boolean, nil)


1986
# File 'lib/finch-api/models/provider.rb', line 1986

optional :start_date, FinchAPI::BooleanModel