Class: AuthorizeNet::API::TransactionResponse::SecureAcceptance
- Inherits:
-
Object
- Object
- AuthorizeNet::API::TransactionResponse::SecureAcceptance
- 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
-
#initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil) ⇒ SecureAcceptance
constructor
A new instance of SecureAcceptance.
Constructor Details
#initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil) ⇒ SecureAcceptance
Returns a new instance of SecureAcceptance.
2614 2615 2616 2617 2618 |
# File 'lib/authorize_net/api/schema.rb', line 2614 def initialize(secureAcceptanceUrl = nil, payerID = nil, payerEmail = nil) @SecureAcceptanceUrl = secureAcceptanceUrl @PayerID = payerID @PayerEmail = payerEmail end |