Class: Lithic::Models::SettlementSummaryDetails

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/settlement_summary_details.rb

Defined Under Namespace

Modules: Network

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(currency: nil, disputes_gross_amount: nil, institution: nil, interchange_gross_amount: nil, network: nil, other_fees_gross_amount: nil, settled_net_amount: nil, transactions_gross_amount: nil) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::SettlementSummaryDetails for more details.

Parameters:

  • currency (String) (defaults to: nil)

    3-character alphabetic ISO 4217 code.

  • disputes_gross_amount (Integer) (defaults to: nil)

    The total gross amount of disputes settlements.

  • institution (String) (defaults to: nil)

    The most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE f

  • interchange_gross_amount (Integer) (defaults to: nil)

    The total amount of interchange.

  • network (Symbol, Lithic::Models::SettlementSummaryDetails::Network) (defaults to: nil)

    Card network where the transaction took place

  • other_fees_gross_amount (Integer) (defaults to: nil)

    Total amount of gross other fees outside of interchange.

  • settled_net_amount (Integer) (defaults to: nil)

    The total net amount of cash moved. (net value of settled_gross_amount, intercha

  • transactions_gross_amount (Integer) (defaults to: nil)

    The total amount of settlement impacting transactions (excluding interchange, fe



# File 'lib/lithic/models/settlement_summary_details.rb', line 57


Instance Attribute Details

#currencyString?

3-character alphabetic ISO 4217 code.

Returns:

  • (String, nil)


10
# File 'lib/lithic/models/settlement_summary_details.rb', line 10

optional :currency, String

#disputes_gross_amountInteger?

The total gross amount of disputes settlements.

Returns:

  • (Integer, nil)


16
# File 'lib/lithic/models/settlement_summary_details.rb', line 16

optional :disputes_gross_amount, Integer

#institutionString?

The most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE for Visa).

Returns:

  • (String, nil)


23
# File 'lib/lithic/models/settlement_summary_details.rb', line 23

optional :institution, String

#interchange_gross_amountInteger?

The total amount of interchange.

Returns:

  • (Integer, nil)


29
# File 'lib/lithic/models/settlement_summary_details.rb', line 29

optional :interchange_gross_amount, Integer

#networkSymbol, ...

Card network where the transaction took place



35
# File 'lib/lithic/models/settlement_summary_details.rb', line 35

optional :network, enum: -> { Lithic::SettlementSummaryDetails::Network }

#other_fees_gross_amountInteger?

Total amount of gross other fees outside of interchange.

Returns:

  • (Integer, nil)


41
# File 'lib/lithic/models/settlement_summary_details.rb', line 41

optional :other_fees_gross_amount, Integer

#settled_net_amountInteger?

The total net amount of cash moved. (net value of settled_gross_amount, interchange, fees).

Returns:

  • (Integer, nil)


48
# File 'lib/lithic/models/settlement_summary_details.rb', line 48

optional :settled_net_amount, Integer

#transactions_gross_amountInteger?

The total amount of settlement impacting transactions (excluding interchange, fees, and disputes).

Returns:

  • (Integer, nil)


55
# File 'lib/lithic/models/settlement_summary_details.rb', line 55

optional :transactions_gross_amount, Integer