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.



2985
2986
2987
2988
2989
2990
# File 'lib/authorize_net/api/schema.rb', line 2985

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