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, includeIssuerInfo = nil) ⇒ GetCustomerProfileRequest

Returns a new instance of GetCustomerProfileRequest.



3243
3244
3245
3246
3247
3248
3249
3250
3251
# File 'lib/authorize_net/api/schema.rb', line 3243

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