Class: AuthorizeNet::API::ARBCreateSubscriptionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBCreateSubscriptionRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
subscription - ARBSubscriptionType

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, subscription = nil) ⇒ ARBCreateSubscriptionRequest

Returns a new instance of ARBCreateSubscriptionRequest.



2943
2944
2945
2946
2947
# File 'lib/authorize_net/api/schema.rb', line 2943

def initialize(merchantAuthentication = nil, refId = nil, subscription = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @subscription = subscription
end