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