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.



2944
2945
2946
2947
2948
# File 'lib/authorize_net/api/schema.rb', line 2944

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