Class: AuthorizeNet::API::GetCustomerProfileIdsRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerProfileIdsRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil) ⇒ GetCustomerProfileIdsRequest

Returns a new instance of GetCustomerProfileIdsRequest.



3722
3723
3724
3725
# File 'lib/authorize_net/api/schema.rb', line 3722

def initialize(merchantAuthentication = nil, refId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
end