class AuthorizeNet::API::ARBSubscriptionMaskedType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionMaskedType

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

Public Class Methods

new(name = nil, paymentSchedule = nil, amount = nil, trialAmount = nil, status = nil, profile = nil, order = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 4528
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