class AuthorizeNet::API::GetHostedPaymentPageRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}GetHostedPaymentPageRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString
Public Class Methods
new(merchantAuthentication = nil, refId = nil, transactionRequest = nil, hostedPaymentSettings = nil)
click to toggle source
# 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