class AuthorizeNet::API::ARBCreateSubscriptionRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBCreateSubscriptionRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString subscription - ARBSubscriptionType
Public Class Methods
new(merchantAuthentication = nil, refId = nil, subscription = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 3227 def initialize(merchantAuthentication = nil, refId = nil, subscription = nil) @merchantAuthentication = merchantAuthentication @refId = refId @subscription = subscription end