class CardConnect::Service::Refund

Public Class Methods

new(connection = CardConnect.connection) click to toggle source

Initializes a Refund Service

@param connection [CardConnect::Connection] @return CardConnect::Service::Refund

Calls superclass method
# File lib/cardconnect/services/refund/refund.rb, line 8
def initialize(connection = CardConnect.connection)
  super(connection)
  @resource_name = '/refund'
  @rest_method = 'put'
end