Class: ZUORA::Payment
Overview
/Payment
fieldsToNull - SOAP::SOAPString
id - (any)
accountId - (any)
amount - SOAP::SOAPDouble
comment - SOAP::SOAPString
effectiveDate - SOAP::SOAPDateTime
paymentMethodId - (any)
referenceId - SOAP::SOAPString
status - SOAP::SOAPString
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, accountId = nil, amount = nil, comment = nil, effectiveDate = nil, paymentMethodId = nil, referenceId = nil, status = nil, type = nil) ⇒ Payment
constructor
A new instance of Payment.
Constructor Details
#initialize(fieldsToNull = [], id = nil, accountId = nil, amount = nil, comment = nil, effectiveDate = nil, paymentMethodId = nil, referenceId = nil, status = nil, type = nil) ⇒ Payment
Returns a new instance of Payment.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/zuora/ZUORA.rb', line 372 def initialize(fieldsToNull = [], id = nil, accountId = nil, amount = nil, comment = nil, effectiveDate = nil, paymentMethodId = nil, referenceId = nil, status = nil, type = nil) @fieldsToNull = fieldsToNull @id = id @accountId = accountId @amount = amount @comment = comment @effectiveDate = effectiveDate @paymentMethodId = paymentMethodId @referenceId = referenceId @status = status @type = type end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
363 364 365 |
# File 'lib/zuora/ZUORA.rb', line 363 def accountId @accountId end |
#amount ⇒ Object
Returns the value of attribute amount.
364 365 366 |
# File 'lib/zuora/ZUORA.rb', line 364 def amount @amount end |
#comment ⇒ Object
Returns the value of attribute comment.
365 366 367 |
# File 'lib/zuora/ZUORA.rb', line 365 def comment @comment end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
366 367 368 |
# File 'lib/zuora/ZUORA.rb', line 366 def effectiveDate @effectiveDate end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
361 362 363 |
# File 'lib/zuora/ZUORA.rb', line 361 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
362 363 364 |
# File 'lib/zuora/ZUORA.rb', line 362 def id @id end |
#paymentMethodId ⇒ Object
Returns the value of attribute paymentMethodId.
367 368 369 |
# File 'lib/zuora/ZUORA.rb', line 367 def paymentMethodId @paymentMethodId end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
368 369 370 |
# File 'lib/zuora/ZUORA.rb', line 368 def referenceId @referenceId end |
#status ⇒ Object
Returns the value of attribute status.
369 370 371 |
# File 'lib/zuora/ZUORA.rb', line 369 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
370 371 372 |
# File 'lib/zuora/ZUORA.rb', line 370 def type @type end |