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



4254
4255
4256
4257
4258
4259
# 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