Class: Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardIncrement::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::CardIncrement::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
-
#dental ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
-
#original ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Original?
The original pre-authorized amount.
-
#prescription ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
-
#surcharge ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
-
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
-
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
-
#transit ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
-
#unknown ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Unknown?
An unknown additional amount.
-
#vision ⇒ Increase::Models::CardPayment::Element::CardIncrement::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 4818
|
Instance Attribute Details
#clinic ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
4742 4743 4744 |
# File 'lib/increase/models/card_payment.rb', line 4742 required :clinic, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Clinic }, nil?: true |
#dental ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
4750 4751 4752 |
# File 'lib/increase/models/card_payment.rb', line 4750 required :dental, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Dental }, nil?: true |
#original ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Original?
The original pre-authorized amount.
4758 4759 4760 |
# File 'lib/increase/models/card_payment.rb', line 4758 required :original, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Original }, nil?: true |
#prescription ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
4766 4767 4768 |
# File 'lib/increase/models/card_payment.rb', line 4766 required :prescription, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Prescription }, nil?: true |
#surcharge ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
4774 4775 4776 |
# File 'lib/increase/models/card_payment.rb', line 4774 required :surcharge, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Surcharge }, nil?: true |
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
4782 4783 4784 |
# File 'lib/increase/models/card_payment.rb', line 4782 required :total_cumulative, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalCumulative }, nil?: true |
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
4790 4791 4792 |
# File 'lib/increase/models/card_payment.rb', line 4790 required :total_healthcare, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::TotalHealthcare }, nil?: true |
#transit ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
4798 4799 4800 |
# File 'lib/increase/models/card_payment.rb', line 4798 required :transit, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Transit }, nil?: true |
#unknown ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Unknown?
An unknown additional amount.
4806 4807 4808 |
# File 'lib/increase/models/card_payment.rb', line 4806 required :unknown, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Unknown }, nil?: true |
#vision ⇒ Increase::Models::CardPayment::Element::CardIncrement::AdditionalAmounts::Vision?
The part of this transaction amount that was for vision-related services.
4814 4815 4816 |
# File 'lib/increase/models/card_payment.rb', line 4814 required :vision, -> { Increase::CardPayment::Element::CardIncrement::AdditionalAmounts::Vision }, nil?: true |