Class: Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardDecline::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::CardDecline::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
-
#dental ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
-
#original ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Original?
The original pre-authorized amount.
-
#prescription ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
-
#surcharge ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
-
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
-
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
-
#transit ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
-
#unknown ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Unknown?
An unknown additional amount.
-
#vision ⇒ Increase::Models::CardPayment::Element::CardDecline::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 3883
|
Instance Attribute Details
#clinic ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Clinic?
The part of this transaction amount that was for clinic-related services.
3807 3808 3809 |
# File 'lib/increase/models/card_payment.rb', line 3807 required :clinic, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Clinic }, nil?: true |
#dental ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Dental?
The part of this transaction amount that was for dental-related services.
3815 3816 3817 |
# File 'lib/increase/models/card_payment.rb', line 3815 required :dental, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Dental }, nil?: true |
#original ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Original?
The original pre-authorized amount.
3823 3824 3825 |
# File 'lib/increase/models/card_payment.rb', line 3823 required :original, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Original }, nil?: true |
#prescription ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Prescription?
The part of this transaction amount that was for healthcare prescriptions.
3831 3832 3833 |
# File 'lib/increase/models/card_payment.rb', line 3831 required :prescription, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Prescription }, nil?: true |
#surcharge ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Surcharge?
The surcharge amount charged for this transaction by the merchant.
3839 3840 3841 |
# File 'lib/increase/models/card_payment.rb', line 3839 required :surcharge, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Surcharge }, nil?: true |
#total_cumulative ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::TotalCumulative?
The total amount of a series of incremental authorizations, optionally provided.
3847 3848 3849 |
# File 'lib/increase/models/card_payment.rb', line 3847 required :total_cumulative, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::TotalCumulative }, nil?: true |
#total_healthcare ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::TotalHealthcare?
The total amount of healthcare-related additional amounts.
3855 3856 3857 |
# File 'lib/increase/models/card_payment.rb', line 3855 required :total_healthcare, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::TotalHealthcare }, nil?: true |
#transit ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Transit?
The part of this transaction amount that was for transit-related services.
3863 3864 3865 |
# File 'lib/increase/models/card_payment.rb', line 3863 required :transit, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Transit }, nil?: true |
#unknown ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Unknown?
An unknown additional amount.
3871 3872 3873 |
# File 'lib/increase/models/card_payment.rb', line 3871 required :unknown, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Unknown }, nil?: true |
#vision ⇒ Increase::Models::CardPayment::Element::CardDecline::AdditionalAmounts::Vision?
The part of this transaction amount that was for vision-related services.
3879 3880 3881 |
# File 'lib/increase/models/card_payment.rb', line 3879 required :vision, -> { Increase::CardPayment::Element::CardDecline::AdditionalAmounts::Vision }, nil?: true |