class AuthorizeNet::API::GetCustomerProfileIdsRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getCustomerProfileIdsRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString
Public Class Methods
new(merchantAuthentication = nil, refId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 4011 def initialize(merchantAuthentication = nil, refId = nil) @merchantAuthentication = merchantAuthentication @refId = refId end