Class: Increase::Models::RealTimeDecision::CardAuthorization::NetworkIdentifiers
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::RealTimeDecision::CardAuthorization::NetworkIdentifiers
- Defined in:
- lib/increase/models/real_time_decision.rb
Instance Attribute Summary collapse
-
#retrieval_reference_number ⇒ String
A life-cycle identifier used across e.g., an authorization and a reversal.
-
#trace_number ⇒ String
A counter used to verify an individual authorization.
-
#transaction_id ⇒ String
A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#retrieval_reference_number ⇒ String
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.
232 |
# File 'lib/increase/models/real_time_decision.rb', line 232 required :retrieval_reference_number, String |
#trace_number ⇒ String
A counter used to verify an individual authorization. Expected to be unique per acquirer within a window of time.
237 |
# File 'lib/increase/models/real_time_decision.rb', line 237 required :trace_number, String |
#transaction_id ⇒ String
A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.
242 |
# File 'lib/increase/models/real_time_decision.rb', line 242 required :transaction_id, String |