Class: Increase::Models::CardPayment::Element::CardFuelConfirmation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardFuelConfirmation
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Defined Under Namespace
Modules: Currency, Network, Type Classes: NetworkIdentifiers
Instance Attribute Summary collapse
-
#card_authorization_id ⇒ String
The identifier for the Card Authorization this updates.
-
#currency ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Currency
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the increment’s currency.
-
#id ⇒ String
The Card Fuel Confirmation identifier.
-
#network ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Network
The card network used to process this card authorization.
-
#network_identifiers ⇒ Increase::Models::CardPayment::Element::CardFuelConfirmation::NetworkIdentifiers
Network-specific identifiers for a specific request or transaction.
-
#pending_transaction_id ⇒ String?
The identifier of the Pending Transaction associated with this Card Fuel Confirmation.
-
#type ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Type
A constant representing the object’s type.
-
#updated_authorization_amount ⇒ Integer
The updated authorization amount after this fuel confirmation, in the minor unit of the transaction’s currency.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(authorization_identification_response: , retrieval_reference_number: , trace_number: , transaction_id: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see NetworkIdentifiers 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(authorization_identification_response: , retrieval_reference_number: , trace_number: , transaction_id: ) ⇒ Object
Some parameter documentations has been truncated, see NetworkIdentifiers for more details.
Network-specific identifiers for a specific request or transaction.
|
|
# File 'lib/increase/models/card_payment.rb', line 4412
|
Instance Attribute Details
#card_authorization_id ⇒ String
The identifier for the Card Authorization this updates.
4369 |
# File 'lib/increase/models/card_payment.rb', line 4369 required :card_authorization_id, String |
#currency ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Currency
The [ISO 4217](en.wikipedia.org/wiki/ISO_4217) code for the increment’s currency.
4376 |
# File 'lib/increase/models/card_payment.rb', line 4376 required :currency, enum: -> { Increase::CardPayment::Element::CardFuelConfirmation::Currency } |
#id ⇒ String
The Card Fuel Confirmation identifier.
4363 |
# File 'lib/increase/models/card_payment.rb', line 4363 required :id, String |
#network ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Network
The card network used to process this card authorization.
4382 |
# File 'lib/increase/models/card_payment.rb', line 4382 required :network, enum: -> { Increase::CardPayment::Element::CardFuelConfirmation::Network } |
#network_identifiers ⇒ Increase::Models::CardPayment::Element::CardFuelConfirmation::NetworkIdentifiers
Network-specific identifiers for a specific request or transaction.
4388 4389 |
# File 'lib/increase/models/card_payment.rb', line 4388 required :network_identifiers, -> { Increase::CardPayment::Element::CardFuelConfirmation::NetworkIdentifiers } |
#pending_transaction_id ⇒ String?
The identifier of the Pending Transaction associated with this Card Fuel Confirmation.
4396 |
# File 'lib/increase/models/card_payment.rb', line 4396 required :pending_transaction_id, String, nil?: true |
#type ⇒ Symbol, Increase::Models::CardPayment::Element::CardFuelConfirmation::Type
A constant representing the object’s type. For this resource it will always be ‘card_fuel_confirmation`.
4403 |
# File 'lib/increase/models/card_payment.rb', line 4403 required :type, enum: -> { Increase::CardPayment::Element::CardFuelConfirmation::Type } |
#updated_authorization_amount ⇒ Integer
The updated authorization amount after this fuel confirmation, in the minor unit of the transaction’s currency. For dollars, for example, this is cents.
4410 |
# File 'lib/increase/models/card_payment.rb', line 4410 required :updated_authorization_amount, Integer |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_payment.rb', line 4447
|