Class: AuthorizeNet::API::CreateCustomerProfileFromTransactionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileFromTransactionRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
transId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transId = nil) ⇒ CreateCustomerProfileFromTransactionRequest

Returns a new instance of CreateCustomerProfileFromTransactionRequest.



2843
2844
2845
2846
2847
# File 'lib/authorize_net/api/schema.rb', line 2843

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