Class: AuthorizeNet::API::GetTransactionListForCustomerRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetTransactionListForCustomerRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetTransactionListForCustomerRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - SOAP::SOAPString
customerPaymentProfileId - SOAP::SOAPString
sorting - TransactionListSorting
paging - Paging
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, sorting = nil, paging = nil) ⇒ GetTransactionListForCustomerRequest
constructor
A new instance of GetTransactionListForCustomerRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, sorting = nil, paging = nil) ⇒ GetTransactionListForCustomerRequest
Returns a new instance of GetTransactionListForCustomerRequest.
4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'lib/authorize_net/api/schema.rb', line 4362 def initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, sorting = nil, paging = nil) @merchantAuthentication = merchantAuthentication @refId = refId @customerProfileId = customerProfileId @customerPaymentProfileId = customerPaymentProfileId @sorting = sorting @paging = paging end |