Class: AuthorizeNet::API::CreateCustomerProfileTransactionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateCustomerProfileTransactionRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
transaction - ProfileTransactionType
extraOptions - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil) ⇒ CreateCustomerProfileTransactionRequest

Returns a new instance of CreateCustomerProfileTransactionRequest.



3634
3635
3636
3637
3638
3639
# File 'lib/authorize_net/api/schema.rb', line 3634

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