class AuthorizeNet::API::SearchCriteriaCustomerProfileType
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}searchCriteriaCustomerProfileType
merchantCustomerId - SOAP::SOAPString email - SOAP::SOAPString
Public Class Methods
new(merchantCustomerId = nil, email = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 2877 def initialize(merchantCustomerId = nil, email = nil) @merchantCustomerId = merchantCustomerId @email = email end