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.



2772
2773
2774
2775
2776
# File 'lib/authorize_net/api/schema.rb', line 2772

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