Class: ZUORA::InvoicePayment
Overview
/InvoicePayment
fieldsToNull - SOAP::SOAPString
id - (any)
amount - SOAP::SOAPDouble
invoiceId - (any)
paymentId - (any)
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
-
#paymentId ⇒ Object
Returns the value of attribute paymentId.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, amount = nil, invoiceId = nil, paymentId = nil) ⇒ InvoicePayment
constructor
A new instance of InvoicePayment.
Constructor Details
#initialize(fieldsToNull = [], id = nil, amount = nil, invoiceId = nil, paymentId = nil) ⇒ InvoicePayment
Returns a new instance of InvoicePayment.
399 400 401 402 403 404 405 |
# File 'lib/zuora/ZUORA.rb', line 399 def initialize(fieldsToNull = [], id = nil, amount = nil, invoiceId = nil, paymentId = nil) @fieldsToNull = fieldsToNull @id = id @amount = amount @invoiceId = invoiceId @paymentId = paymentId end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
395 396 397 |
# File 'lib/zuora/ZUORA.rb', line 395 def amount @amount end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
393 394 395 |
# File 'lib/zuora/ZUORA.rb', line 393 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
394 395 396 |
# File 'lib/zuora/ZUORA.rb', line 394 def id @id end |
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
396 397 398 |
# File 'lib/zuora/ZUORA.rb', line 396 def invoiceId @invoiceId end |
#paymentId ⇒ Object
Returns the value of attribute paymentId.
397 398 399 |
# File 'lib/zuora/ZUORA.rb', line 397 def paymentId @paymentId end |