Class: AuthorizeNet::API::GetHostedProfilePageRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetHostedProfilePageRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) ⇒ GetHostedProfilePageRequest
constructor
A new instance of GetHostedProfilePageRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) ⇒ GetHostedProfilePageRequest
Returns a new instance of GetHostedProfilePageRequest.
3875 3876 3877 3878 3879 3880 |
# 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 |