Class: AuthorizeNet::API::ARBCancelSubscriptionRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBCancelSubscriptionRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, subscriptionId = nil) ⇒ ARBCancelSubscriptionRequest

Returns a new instance of ARBCancelSubscriptionRequest.



2732
2733
2734
2735
2736
# File 'lib/authorize_net/api/schema.rb', line 2732

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