Class: ZUORA::SubscribeOptions
- Inherits:
-
Object
- Object
- ZUORA::SubscribeOptions
- Defined in:
- lib/zuora/ZUORA.rb
Overview
/SubscribeOptions
generateInvoice - SOAP::SOAPBoolean
processPayments - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#generateInvoice ⇒ Object
Returns the value of attribute generateInvoice.
-
#processPayments ⇒ Object
Returns the value of attribute processPayments.
Instance Method Summary collapse
-
#initialize(generateInvoice = nil, processPayments = nil) ⇒ SubscribeOptions
constructor
A new instance of SubscribeOptions.
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
#generateInvoice ⇒ Object
Returns the value of attribute generateInvoice.
965 966 967 |
# File 'lib/zuora/ZUORA.rb', line 965 def generateInvoice @generateInvoice end |
#processPayments ⇒ Object
Returns the value of attribute processPayments.
966 967 968 |
# File 'lib/zuora/ZUORA.rb', line 966 def processPayments @processPayments end |