Class: AuthorizeNet::API::TransactionResponse::SecureAcceptance

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

inner class for member: secureAcceptance AnetApi/xml/v1/schema/AnetApiSchema.xsdsecureAcceptance

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

Instance Method Summary collapse

Constructor Details

#initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil) ⇒ SecureAcceptance

Returns a new instance of SecureAcceptance.



2334
2335
2336
2337
2338
# File 'lib/authorize_net/api/schema.rb', line 2334

def initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil)
  @SecureAcceptanceUrl = secureAcceptanceUrl
  @PayerID = payerID
  @PayerEmail = payerEmail
end