class AuthorizeNet::API::TransactionResponse::SecureAcceptance

inner class for member: secureAcceptance {AnetApi/xml/v1/schema/AnetApiSchema.xsd}secureAcceptance

secureAcceptanceUrl - SOAP::SOAPString
payerID - SOAP::SOAPString
payerEmail - SOAP::SOAPString

Public Class Methods

new(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 2614
def initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil)
  @SecureAcceptanceUrl = secureAcceptanceUrl
  @PayerID = payerID
  @PayerEmail = payerEmail
end