Class: AuthorizeNet::API::GetCustomerPaymentProfileListRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetCustomerPaymentProfileListRequest
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetCustomerPaymentProfileListRequest
merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
searchType - CustomerPaymentProfileSearchTypeEnum
month - SOAP::SOAPString
sorting - CustomerPaymentProfileSorting
paging - Paging
Instance Method Summary collapse
-
#initialize(merchantAuthentication = nil, refId = nil, searchType = nil, month = nil, sorting = nil, paging = nil) ⇒ GetCustomerPaymentProfileListRequest
constructor
A new instance of GetCustomerPaymentProfileListRequest.
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, searchType = nil, month = nil, sorting = nil, paging = nil) ⇒ GetCustomerPaymentProfileListRequest
Returns a new instance of GetCustomerPaymentProfileListRequest.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/authorize_net/api/schema.rb', line 4450 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 |