class AuthorizeNet::API::GetCustomerPaymentProfileListRequest

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

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
searchType - CustomerPaymentProfileSearchTypeEnum
month - SOAP::SOAPString
sorting - CustomerPaymentProfileSorting
paging - Paging

Public Class Methods

new(merchantAuthentication = nil, refId = nil, searchType = nil, month = nil, sorting = nil, paging = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 4862
def initialize(merchantAuthentication = nil, refId = nil, searchType = nil, month = nil, sorting = nil, paging = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @searchType = searchType
  @month = month
  @sorting = sorting
  @paging = paging
end