Class: AuthorizeNet::API::GetCustomerProfileRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerProfileRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil) ⇒ GetCustomerProfileRequest

Returns a new instance of GetCustomerProfileRequest.



2961
2962
2963
2964
2965
# File 'lib/authorize_net/api/schema.rb', line 2961

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