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.



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

#accountIdObject

Returns the value of attribute accountId.



363
364
365
# File 'lib/zuora/ZUORA.rb', line 363

def accountId
  @accountId
end

#amountObject

Returns the value of attribute amount.



364
365
366
# File 'lib/zuora/ZUORA.rb', line 364

def amount
  @amount
end

#commentObject

Returns the value of attribute comment.



365
366
367
# File 'lib/zuora/ZUORA.rb', line 365

def comment
  @comment
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



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

def effectiveDate
  @effectiveDate
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



361
362
363
# File 'lib/zuora/ZUORA.rb', line 361

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



362
363
364
# File 'lib/zuora/ZUORA.rb', line 362

def id
  @id
end

#paymentMethodIdObject

Returns the value of attribute paymentMethodId.



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

def paymentMethodId
  @paymentMethodId
end

#referenceIdObject

Returns the value of attribute referenceId.



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

def referenceId
  @referenceId
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end