Class: AuthorizeNet::API::CustomerPaymentProfileSorting
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CustomerPaymentProfileSorting
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdCustomerPaymentProfileSorting
orderBy - CustomerPaymentProfileOrderFieldEnum
orderDescending - SOAP::SOAPBoolean
Instance Method Summary collapse
-
#initialize(orderBy = nil, orderDescending = nil) ⇒ CustomerPaymentProfileSorting
constructor
A new instance of CustomerPaymentProfileSorting.
Constructor Details
#initialize(orderBy = nil, orderDescending = nil) ⇒ CustomerPaymentProfileSorting
Returns a new instance of CustomerPaymentProfileSorting.
4859 4860 4861 4862 |
# File 'lib/authorize_net/api/schema.rb', line 4859 def initialize(orderBy = nil, orderDescending = nil) @orderBy = orderBy @orderDescending = orderDescending end |