Class: ZUORA::InvoiceProcessingOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(invoiceTargetDate = nil) ⇒ InvoiceProcessingOptions

Returns a new instance of InvoiceProcessingOptions.



1159
1160
1161
# File 'lib/zuora/ZUORA.rb', line 1159

def initialize(invoiceTargetDate = nil)
  @invoiceTargetDate = invoiceTargetDate
end

Instance Attribute Details

#invoiceTargetDateObject

Returns the value of attribute invoiceTargetDate.



1157
1158
1159
# File 'lib/zuora/ZUORA.rb', line 1157

def invoiceTargetDate
  @invoiceTargetDate
end