Class: AuthorizeNet::API::ARBUpdateSubscriptionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBUpdateSubscriptionRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
subscriptionId - (any)
subscription - ARBSubscriptionType

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, subscriptionId = nil, subscription = nil) ⇒ ARBUpdateSubscriptionRequest

Returns a new instance of ARBUpdateSubscriptionRequest.



3258
3259
3260
3261
3262
3263
# File 'lib/authorize_net/api/schema.rb', line 3258

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