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.



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