class AuthorizeNet::API::GetHostedProfilePageRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getHostedProfilePageRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString customerProfileId - (any) hostedProfileSettings - ArrayOfSetting
Public Class Methods
new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3875 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @hostedProfileSettings = hostedProfileSettings end