Class: AuthorizeNet::API::ARBGetSubscriptionStatusRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBGetSubscriptionStatusRequest

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ARBGetSubscriptionStatusRequest.



3057
3058
3059
3060
3061
# File 'lib/authorize_net/api/schema.rb', line 3057

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