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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SecureAcceptance.



2092
2093
2094
2095
# File 'lib/authorize_net/api/schema.rb', line 2092

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