Class: Lithic::Resources::Transactions::Events

Inherits:
Object
  • Object
show all
Defined in:
lib/lithic/resources/transactions/events.rb,
lib/lithic/resources/transactions/events/enhanced_commercial_data.rb

Defined Under Namespace

Classes: EnhancedCommercialData

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Events

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Events.



13
14
15
16
17
# File 'lib/lithic/resources/transactions/events.rb', line 13

def initialize(client:)
  @client = client
  @enhanced_commercial_data =
    Lithic::Resources::Transactions::Events::EnhancedCommercialData.new(client: client)
end

Instance Attribute Details

#enhanced_commercial_dataLithic::Resources::Transactions::Events::EnhancedCommercialData (readonly)



8
9
10
# File 'lib/lithic/resources/transactions/events.rb', line 8

def enhanced_commercial_data
  @enhanced_commercial_data
end