class AuthorizeNet::API::GetTransactionListForCustomerRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getTransactionListForCustomerRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
customerProfileId - SOAP::SOAPString
customerPaymentProfileId - SOAP::SOAPString
 sorting - TransactionListSorting
paging - Paging

Public Class Methods

new(merchantAuthentication = nil, refId = nil, customerProfileId = nil, customerPaymentProfileId = nil, sorting = nil, paging = nil) click to toggle source
# 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