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)
merchantCustomerId - SOAP::SOAPString
email - SOAP::SOAPString
unmaskExpirationDate - SOAP::SOAPBoolean

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetCustomerProfileRequest.



3169
3170
3171
3172
3173
3174
3175
3176
# File 'lib/authorize_net/api/schema.rb', line 3169

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