Class: AuthorizeNet::API::GetHostedProfilePageRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetHostedProfilePageRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) ⇒ GetHostedProfilePageRequest

Returns a new instance of GetHostedProfilePageRequest.



3981
3982
3983
3984
3985
3986
# File 'lib/authorize_net/api/schema.rb', line 3981

def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @customerProfileId = customerProfileId
  @hostedProfileSettings = hostedProfileSettings
end