Class: AuthorizeNet::API::CreateCustomerProfileTransactionRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateCustomerProfileTransactionRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil) ⇒ CreateCustomerProfileTransactionRequest
constructor
A new instance of CreateCustomerProfileTransactionRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil) ⇒ CreateCustomerProfileTransactionRequest
Returns a new instance of CreateCustomerProfileTransactionRequest.
3923 3924 3925 3926 3927 3928 |
# File 'lib/authorize_net/api/schema.rb', line 3923 def initialize(merchantAuthentication = nil, refId = nil, transaction = nil, extraOptions = nil) @merchantAuthentication = merchantAuthentication @refId = refId @transaction = transaction @extraOptions = extraOptions end |