class AuthorizeNet::API::GetHostedProfilePageRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getHostedProfilePageRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - (any)
hostedProfileSettings - Settings

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 4254
def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @hostedProfileSettings = hostedProfileSettings
end