class GpWebpay::Ws::Services::ProcessCardOnFilePayment::GpWebpayConfirmationRequired
Attributes
authentication_link[R]
Public Class Methods
new(msg = nil, authentication_link = nil)
click to toggle source
Calls superclass method
# File lib/gp_webpay/ws/services/process_card_on_file_payment.rb, line 40 def initialize(msg = nil, authentication_link = nil) super(msg) @authentication_link = authentication_link end