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.



3023
3024
3025
3026
3027
# File 'lib/authorize_net/api/schema.rb', line 3023

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