class AlphaCard::Void
Implementation of Alpha Card Services Void
transaction.
@example
void = AlphaCard::Void.new(transaction_id: '981562') void.create #=> #<AlphaCard::Response:0x1a0fda ...>
Constants
- ORIGIN_TRANSACTION_VARIABLES
Original
AlphaCard
transaction variables names
Public Instance Methods
type()
click to toggle source
Transaction
type (default is 'void')
@attribute [r] type
# File lib/alpha_card/transactions/void.rb, line 18 attribute :type, default: 'void', writable: false