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.
3967 3968 3969 3970 3971 3972 3973 3974 |
# File 'lib/authorize_net/api/schema.rb', line 3967 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 |