Class: AuthorizeNet::API::GetHostedPaymentPageRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetHostedPaymentPageRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdGetHostedPaymentPageRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil) ⇒ GetHostedPaymentPageRequest
constructor
A new instance of GetHostedPaymentPageRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil) ⇒ GetHostedPaymentPageRequest
Returns a new instance of GetHostedPaymentPageRequest.
4908 4909 4910 4911 4912 4913 |
# File 'lib/authorize_net/api/schema.rb', line 4908 def initialize(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil) @merchantAuthentication = merchantAuthentication @refId = refId @transactionRequest = transactionRequest @hostedPaymentSettings = hostedPaymentSettings end |