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.



5455
5456
5457
5458
5459
5460
# File 'lib/authorize_net/api/schema.rb', line 5455

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