Class: Increase::Models::CardPayment::Element::CardIncrement::NetworkIdentifiers

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/card_payment.rb

Overview

Instance Attribute Summary collapse

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

#authorization_identification_responseString?

The randomly generated 6-character Authorization Identification Response code sent back to the acquirer in an approved response.

Returns:

  • (String, nil)


5128
# File 'lib/increase/models/card_payment.rb', line 5128

required :authorization_identification_response, String, nil?: true

#retrieval_reference_numberString?

A life-cycle identifier used across e.g., an authorization and a reversal. Expected to be unique per acquirer within a window of time. For some card networks the retrieval reference number includes the trace counter.

Returns:

  • (String, nil)


5136
# File 'lib/increase/models/card_payment.rb', line 5136

required :retrieval_reference_number, String, nil?: true

#trace_numberString?

A counter used to verify an individual authorization. Expected to be unique per acquirer within a window of time.

Returns:

  • (String, nil)


5143
# File 'lib/increase/models/card_payment.rb', line 5143

required :trace_number, String, nil?: true

#transaction_idString?

A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.

Returns:

  • (String, nil)


5150
# File 'lib/increase/models/card_payment.rb', line 5150

required :transaction_id, String, nil?: true