class AlphaCard::Capture

Implementation of Alpha Card Services Capture transaction.

@example

capture = AlphaCard::Capture.new(transaction_id: '981562', amount: '10.05')
capture.process

#=> #<AlphaCard::Response:0x1a0fda ...>

Constants

ORIGIN_TRANSACTION_VARIABLES

Original AlphaCard transaction variables names

Public Instance Methods

type() click to toggle source

Transaction type (default is 'capture')

@attribute [r] type

# File lib/alpha_card/transactions/capture.rb, line 23
attribute :type, default: 'capture', writeable: false