Class: ZUORA::Payment

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

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

Instance Method Summary collapse

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.



346
347
348
349
350
351
352
353
354
355
356
357
# File 'lib/zuora/ZUORA.rb', line 346

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

#accountIdObject

Returns the value of attribute accountId.



337
338
339
# File 'lib/zuora/ZUORA.rb', line 337

def accountId
  @accountId
end

#amountObject

Returns the value of attribute amount.



338
339
340
# File 'lib/zuora/ZUORA.rb', line 338

def amount
  @amount
end

#commentObject

Returns the value of attribute comment.



339
340
341
# File 'lib/zuora/ZUORA.rb', line 339

def comment
  @comment
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



340
341
342
# File 'lib/zuora/ZUORA.rb', line 340

def effectiveDate
  @effectiveDate
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



335
336
337
# File 'lib/zuora/ZUORA.rb', line 335

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



336
337
338
# File 'lib/zuora/ZUORA.rb', line 336

def id
  @id
end

#paymentMethodIdObject

Returns the value of attribute paymentMethodId.



341
342
343
# File 'lib/zuora/ZUORA.rb', line 341

def paymentMethodId
  @paymentMethodId
end

#referenceIdObject

Returns the value of attribute referenceId.



342
343
344
# File 'lib/zuora/ZUORA.rb', line 342

def referenceId
  @referenceId
end

#statusObject

Returns the value of attribute status.



343
344
345
# File 'lib/zuora/ZUORA.rb', line 343

def status
  @status
end

#typeObject

Returns the value of attribute type.



344
345
346
# File 'lib/zuora/ZUORA.rb', line 344

def type
  @type
end