Class: Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Defined Under Namespace
Classes: Clinic, Dental, Original, Prescription, Surcharge, TotalCumulative, TotalHealthcare, Transit, Unknown, Vision
Instance Attribute Summary collapse
-
#clinic ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
-
#dental ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
-
#original ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Original?
The original pre-authorized amount.
-
#prescription ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
-
#surcharge ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
-
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
-
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
-
#transit ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
-
#unknown ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Unknown?
An unknown additional amount.
-
#vision ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Vision?
The part of this transaction amount that was for vision-related services.
Instance Method Summary collapse
-
#initialize(amount:, currency:) ⇒ Object
constructor
Some parameter documentations has been truncated, see Unknown for more details.
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(amount:, currency:) ⇒ Object
Some parameter documentations has been truncated, see Unknown for more details.
An unknown additional amount.
|
|
# File 'lib/increase/models/card_payment.rb', line 5443
|
Instance Attribute Details
#clinic ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
5367 5368 5369 |
# File 'lib/increase/models/card_payment.rb', line 5367 required :clinic, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Clinic }, nil?: true |
#dental ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
5375 5376 5377 |
# File 'lib/increase/models/card_payment.rb', line 5375 required :dental, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Dental }, nil?: true |
#original ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Original?
The original pre-authorized amount.
5383 5384 5385 |
# File 'lib/increase/models/card_payment.rb', line 5383 required :original, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Original }, nil?: true |
#prescription ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
5391 5392 5393 |
# File 'lib/increase/models/card_payment.rb', line 5391 required :prescription, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Prescription }, nil?: true |
#surcharge ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
5399 5400 5401 |
# File 'lib/increase/models/card_payment.rb', line 5399 required :surcharge, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Surcharge }, nil?: true |
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
5407 5408 5409 |
# File 'lib/increase/models/card_payment.rb', line 5407 required :total_cumulative, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalCumulative }, nil?: true |
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
5415 5416 5417 |
# File 'lib/increase/models/card_payment.rb', line 5415 required :total_healthcare, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::TotalHealthcare }, nil?: true |
#transit ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
5423 5424 5425 |
# File 'lib/increase/models/card_payment.rb', line 5423 required :transit, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Transit }, nil?: true |
#unknown ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Unknown?
An unknown additional amount.
5431 5432 5433 |
# File 'lib/increase/models/card_payment.rb', line 5431 required :unknown, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Unknown }, nil?: true |
#vision ⇒ Increase::Models::CardPayment::Element::CardFinancial::AdditionalAmounts::Vision?
The part of this transaction amount that was for vision-related services.
5439 5440 5441 |
# File 'lib/increase/models/card_payment.rb', line 5439 required :vision, -> { Increase::CardPayment::Element::CardFinancial::AdditionalAmounts::Vision }, nil?: true |