Class: AuthorizeNet::API::ARBSubscriptionMaskedType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBSubscriptionMaskedType

name - SOAP::SOAPString
paymentSchedule - PaymentScheduleType
amount - SOAP::SOAPDecimal
trialAmount - SOAP::SOAPDecimal
status - ARBSubscriptionStatusEnum
profile - SubscriptionCustomerProfileType
order - OrderType

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, paymentSchedule = nil, amount = nil, trialAmount = nil, status = nil, profile = nil, order = nil) ⇒ ARBSubscriptionMaskedType

Returns a new instance of ARBSubscriptionMaskedType.



4477
4478
4479
4480
4481
4482
4483
4484
4485
# File 'lib/authorize_net/api/schema.rb', line 4477

def initialize(name = nil, paymentSchedule = nil, amount = nil, trialAmount = nil, status = nil, profile = nil, order = nil)
  @name = name
  @paymentSchedule = paymentSchedule
  @amount = amount
  @trialAmount = trialAmount
  @status = status
  @profile = profile
  @order = order
end