Method: AuthorizeNet::API::GetHostedProfilePageRequest#initialize
- Defined in:
- lib/authorize_net/api/schema.rb
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) ⇒ GetHostedProfilePageRequest
Returns a new instance of GetHostedProfilePageRequest.
4270 4271 4272 4273 4274 4275 |
# File 'lib/authorize_net/api/schema.rb', line 4270 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, hostedProfileSettings = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @hostedProfileSettings = hostedProfileSettings end |