Class: AuthorizeNet::API::PaymentScheduleType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::PaymentScheduleType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdpaymentScheduleType
interval - PaymentScheduleType::Interval
startDate - SOAP::SOAPDate
totalOccurrences - SOAP::SOAPShort
trialOccurrences - SOAP::SOAPShort
Defined Under Namespace
Classes: Interval
Instance Method Summary collapse
-
#initialize(interval = nil, startDate = nil, totalOccurrences = nil, trialOccurrences = nil) ⇒ PaymentScheduleType
constructor
A new instance of PaymentScheduleType.
Constructor Details
#initialize(interval = nil, startDate = nil, totalOccurrences = nil, trialOccurrences = nil) ⇒ PaymentScheduleType
Returns a new instance of PaymentScheduleType.
989 990 991 992 993 994 |
# File 'lib/authorize_net/api/schema.rb', line 989 def initialize(interval = nil, startDate = nil, totalOccurrences = nil, trialOccurrences = nil) @interval = interval @startDate = startDate @totalOccurrences = totalOccurrences @trialOccurrences = trialOccurrences end |