Class: AuthorizeNet::API::GetHostedPaymentPageRequest

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil) ⇒ GetHostedPaymentPageRequest

Returns a new instance of GetHostedPaymentPageRequest.



5128
5129
5130
5131
5132
5133
# File 'lib/authorize_net/api/schema.rb', line 5128

def initialize(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @transactionRequest = transactionRequest
  @hostedPaymentSettings = hostedPaymentSettings
end