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.



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

#amountObject

Returns the value of attribute amount.



395
396
397
# File 'lib/zuora/ZUORA.rb', line 395

def amount
  @amount
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



393
394
395
# File 'lib/zuora/ZUORA.rb', line 393

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



394
395
396
# File 'lib/zuora/ZUORA.rb', line 394

def id
  @id
end

#invoiceIdObject

Returns the value of attribute invoiceId.



396
397
398
# File 'lib/zuora/ZUORA.rb', line 396

def invoiceId
  @invoiceId
end

#paymentIdObject

Returns the value of attribute paymentId.



397
398
399
# File 'lib/zuora/ZUORA.rb', line 397

def paymentId
  @paymentId
end