Class: AuthorizeNet::API::GetTransactionListForCustomerRequest

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, sorting = nil, paging = nil) ⇒ GetTransactionListForCustomerRequest

Returns a new instance of GetTransactionListForCustomerRequest.



4073
4074
4075
4076
4077
4078
4079
4080
# File 'lib/authorize_net/api/schema.rb', line 4073

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