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 - ArrayOfSetting

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetHostedProfilePageRequest.



3676
3677
3678
3679
3680
3681
# File 'lib/authorize_net/api/schema.rb', line 3676

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