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.



4959
4960
4961
4962
4963
4964
# File 'lib/authorize_net/api/schema.rb', line 4959

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