Class: ZUORA::SubscribeOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/zuora/ZUORA.rb

Overview

/SubscribeOptions

generateInvoice - SOAP::SOAPBoolean
processPayments - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(generateInvoice = nil, processPayments = nil) ⇒ SubscribeOptions

Returns a new instance of SubscribeOptions.



968
969
970
971
# File 'lib/zuora/ZUORA.rb', line 968

def initialize(generateInvoice = nil, processPayments = nil)
  @generateInvoice = generateInvoice
  @processPayments = processPayments
end

Instance Attribute Details

#generateInvoiceObject

Returns the value of attribute generateInvoice.



965
966
967
# File 'lib/zuora/ZUORA.rb', line 965

def generateInvoice
  @generateInvoice
end

#processPaymentsObject

Returns the value of attribute processPayments.



966
967
968
# File 'lib/zuora/ZUORA.rb', line 966

def processPayments
  @processPayments
end