class AuthorizeNet::API::GetCustomerProfileRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getCustomerProfileRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString customerProfileId - (any) merchantCustomerId - SOAP::SOAPString email - SOAP::SOAPString unmaskExpirationDate - SOAP::SOAPBoolean
Public Class Methods
new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, unmaskExpirationDate = nil, merchantCustomerId = nil, email = nil, includeIssuerInfo = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3561 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