Class: Increase::Models::CardPayment::Element::CardRefund::NetworkIdentifiers
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardRefund::NetworkIdentifiers
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Instance Attribute Summary collapse
-
#acquirer_business_id ⇒ String
A network assigned business ID that identifies the acquirer that processed this transaction.
-
#acquirer_reference_number ⇒ String
A globally unique identifier for this settlement.
-
#authorization_identification_response ⇒ String?
The randomly generated 6-character Authorization Identification Response code sent back to the acquirer in an approved response.
-
#transaction_id ⇒ String?
A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#acquirer_business_id ⇒ String
A network assigned business ID that identifies the acquirer that processed this transaction.
5471 |
# File 'lib/increase/models/card_payment.rb', line 5471 required :acquirer_business_id, String |
#acquirer_reference_number ⇒ String
A globally unique identifier for this settlement.
5477 |
# File 'lib/increase/models/card_payment.rb', line 5477 required :acquirer_reference_number, String |
#authorization_identification_response ⇒ String?
The randomly generated 6-character Authorization Identification Response code sent back to the acquirer in an approved response.
5484 |
# File 'lib/increase/models/card_payment.rb', line 5484 required :authorization_identification_response, String, nil?: true |
#transaction_id ⇒ String?
A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.
5491 |
# File 'lib/increase/models/card_payment.rb', line 5491 required :transaction_id, String, nil?: true |