Class: ZUORA::InvoicePayment

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

Overview

/InvoicePayment

fieldsToNull - SOAP::SOAPString
id - (any)
amount - SOAP::SOAPDouble
invoiceId - (any)
paymentId - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldsToNull = [], id = nil, amount = nil, invoiceId = nil, paymentId = nil) ⇒ InvoicePayment

Returns a new instance of InvoicePayment.



373
374
375
376
377
378
379
# File 'lib/zuora/ZUORA.rb', line 373

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

#amountObject

Returns the value of attribute amount.



369
370
371
# File 'lib/zuora/ZUORA.rb', line 369

def amount
  @amount
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



367
368
369
# File 'lib/zuora/ZUORA.rb', line 367

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



368
369
370
# File 'lib/zuora/ZUORA.rb', line 368

def id
  @id
end

#invoiceIdObject

Returns the value of attribute invoiceId.



370
371
372
# File 'lib/zuora/ZUORA.rb', line 370

def invoiceId
  @invoiceId
end

#paymentIdObject

Returns the value of attribute paymentId.



371
372
373
# File 'lib/zuora/ZUORA.rb', line 371

def paymentId
  @paymentId
end