Class: Increase::Models::CardPayment::Element::CardIncrement::NetworkIdentifiers
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::CardPayment::Element::CardIncrement::NetworkIdentifiers
- Defined in:
- lib/increase/models/card_payment.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.
806 |
# File 'lib/increase/models/card_payment.rb', line 806 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.
811 |
# File 'lib/increase/models/card_payment.rb', line 811 required :trace_number, String |
#transaction_id ⇒ String
A globally unique transaction identifier provided by the card network, used across multiple life-cycle requests.
816 |
# File 'lib/increase/models/card_payment.rb', line 816 required :transaction_id, String |