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.



3274
3275
3276
3277
3278
3279
3280
3281
3282
# File 'lib/authorize_net/api/schema.rb', line 3274

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