Class: AuthorizeNet::API::ARBGetSubscriptionListRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBGetSubscriptionListRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
searchType - ARBGetSubscriptionListSearchTypeEnum
sorting - ARBGetSubscriptionListSorting
paging - Paging

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, searchType = nil, sorting = nil, paging = nil) ⇒ ARBGetSubscriptionListRequest

Returns a new instance of ARBGetSubscriptionListRequest.



4242
4243
4244
4245
4246
4247
4248
# File 'lib/authorize_net/api/schema.rb', line 4242

def initialize(merchantAuthentication = nil, refId = nil, searchType = nil, sorting = nil, paging = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @searchType = searchType
  @sorting = sorting
  @paging = paging
end