class Adyen::BinLookup
Constants
- DEFAULT_VERSION
Attributes
version[RW]
Public Class Methods
new(client, version = DEFAULT_VERSION)
click to toggle source
Calls superclass method
# File lib/adyen/services/bin_lookup.rb, line 8 def initialize(client, version = DEFAULT_VERSION) service = 'BinLookup' method_names = [ :get_3ds_availability, :get_cost_estimate ] super(client, version, service, method_names) end