Class: AuthorizeNet::API::ARBSubscriptionType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdARBSubscriptionType

name - SOAP::SOAPString
paymentSchedule - PaymentScheduleType
amount - SOAP::SOAPDecimal
trialAmount - SOAP::SOAPDecimal
payment - PaymentType
order - OrderType
customer - CustomerType
billTo - NameAndAddressType
shipTo - NameAndAddressType
profile - CustomerProfileIdType

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, paymentSchedule = nil, amount = nil, trialAmount = nil, payment = nil, order = nil, customer = nil, billTo = nil, shipTo = nil, profile = nil) ⇒ ARBSubscriptionType

Returns a new instance of ARBSubscriptionType.



954
955
956
957
958
959
960
961
962
963
964
965
# File 'lib/authorize_net/api/schema.rb', line 954

def initialize(name = nil, paymentSchedule = nil, amount = nil, trialAmount = nil, payment = nil, order = nil, customer = nil, billTo = nil, shipTo = nil, profile = nil)
  @name = name
  @paymentSchedule = paymentSchedule
  @amount = amount
  @trialAmount = trialAmount
  @payment = payment
  @order = order
  @customer = customer
  @billTo = billTo
  @shipTo = shipTo
  @profile = profile
end