Class: AuthorizeNet::API::PaymentScheduleType

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(interval = nil, startDate = nil, totalOccurrences = nil, trialOccurrences = nil) ⇒ PaymentScheduleType

Returns a new instance of PaymentScheduleType.



905
906
907
908
909
910
# File 'lib/authorize_net/api/schema.rb', line 905

def initialize(interval = nil, startDate = nil, totalOccurrences = nil, trialOccurrences = nil)
  @interval = interval
  @startDate = startDate
  @totalOccurrences = totalOccurrences
  @trialOccurrences = trialOccurrences
end