class AuthorizeNet::API::CustomerPaymentProfileSorting
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerPaymentProfileSorting
orderBy - CustomerPaymentProfileOrderFieldEnum orderDescending - SOAP::SOAPBoolean
Public Class Methods
new(orderBy = nil, orderDescending = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 4428 def initialize(orderBy = nil, orderDescending = nil) @orderBy = orderBy @orderDescending = orderDescending end