Class: AlphaCard::Capture
- Inherits:
-
Transaction
- Object
- Resource
- Transaction
- AlphaCard::Capture
- Defined in:
- lib/alpha_card/transactions/capture.rb
Overview
Implementation of Alpha Card Services Capture transaction.
Constant Summary collapse
- ORIGIN_TRANSACTION_VARIABLES =
Original AlphaCard transaction variables names
{ transaction_id: :transactionid, order_id: :orderid }.freeze
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Transaction type (default is ‘capture’).
Method Summary
Methods inherited from Transaction
Methods inherited from Resource
Methods included from Attribute
Instance Attribute Details
#type ⇒ Object (readonly)
Transaction type (default is ‘capture’)
23 |
# File 'lib/alpha_card/transactions/capture.rb', line 23 attribute :type, default: 'capture', writeable: false |