Class: WriteOffDebtRequest
- Inherits:
-
Object
- Object
- WriteOffDebtRequest
- Defined in:
- lib/default.rb
Overview
/WriteOffDebtRequest
callerTokenId - (any)
creditInstrumentId - (any)
adjustmentAmount - Amount
transactionDate - SOAP::SOAPDateTime
callerReference - SOAP::SOAPString
recipientReference - SOAP::SOAPString
callerDescription - SOAP::SOAPString
recipientDescription - SOAP::SOAPString
- SOAP::SOAPString
senderReference - SOAP::SOAPString
senderDescription - SOAP::SOAPString
Instance Attribute Summary collapse
-
#adjustmentAmount ⇒ Object
Returns the value of attribute adjustmentAmount.
-
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
-
#creditInstrumentId ⇒ Object
Returns the value of attribute creditInstrumentId.
-
#metaData ⇒ Object
Returns the value of attribute metaData.
-
#recipientDescription ⇒ Object
Returns the value of attribute recipientDescription.
-
#recipientReference ⇒ Object
Returns the value of attribute recipientReference.
-
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
-
#senderReference ⇒ Object
Returns the value of attribute senderReference.
-
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
Instance Method Summary collapse
-
#initialize(callerTokenId = nil, creditInstrumentId = nil, adjustmentAmount = nil, transactionDate = nil, callerReference = nil, recipientReference = nil, callerDescription = nil, recipientDescription = nil, metaData = nil, senderReference = nil, senderDescription = nil) ⇒ WriteOffDebtRequest
constructor
A new instance of WriteOffDebtRequest.
Constructor Details
#initialize(callerTokenId = nil, creditInstrumentId = nil, adjustmentAmount = nil, transactionDate = nil, callerReference = nil, recipientReference = nil, callerDescription = nil, recipientDescription = nil, metaData = nil, senderReference = nil, senderDescription = nil) ⇒ WriteOffDebtRequest
Returns a new instance of WriteOffDebtRequest.
721 722 723 724 725 726 727 728 729 730 731 732 733 |
# File 'lib/default.rb', line 721 def initialize(callerTokenId = nil, creditInstrumentId = nil, adjustmentAmount = nil, transactionDate = nil, callerReference = nil, recipientReference = nil, callerDescription = nil, recipientDescription = nil, = nil, senderReference = nil, senderDescription = nil) @callerTokenId = callerTokenId @creditInstrumentId = creditInstrumentId @adjustmentAmount = adjustmentAmount @transactionDate = transactionDate @callerReference = callerReference @recipientReference = recipientReference @callerDescription = callerDescription @recipientDescription = recipientDescription @metaData = @senderReference = senderReference @senderDescription = senderDescription end |
Instance Attribute Details
#adjustmentAmount ⇒ Object
Returns the value of attribute adjustmentAmount.
711 712 713 |
# File 'lib/default.rb', line 711 def adjustmentAmount @adjustmentAmount end |
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
715 716 717 |
# File 'lib/default.rb', line 715 def callerDescription @callerDescription end |
#callerReference ⇒ Object
Returns the value of attribute callerReference.
713 714 715 |
# File 'lib/default.rb', line 713 def callerReference @callerReference end |
#callerTokenId ⇒ Object
Returns the value of attribute callerTokenId.
709 710 711 |
# File 'lib/default.rb', line 709 def callerTokenId @callerTokenId end |
#creditInstrumentId ⇒ Object
Returns the value of attribute creditInstrumentId.
710 711 712 |
# File 'lib/default.rb', line 710 def creditInstrumentId @creditInstrumentId end |
#metaData ⇒ Object
Returns the value of attribute metaData.
717 718 719 |
# File 'lib/default.rb', line 717 def @metaData end |
#recipientDescription ⇒ Object
Returns the value of attribute recipientDescription.
716 717 718 |
# File 'lib/default.rb', line 716 def recipientDescription @recipientDescription end |
#recipientReference ⇒ Object
Returns the value of attribute recipientReference.
714 715 716 |
# File 'lib/default.rb', line 714 def recipientReference @recipientReference end |
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
719 720 721 |
# File 'lib/default.rb', line 719 def senderDescription @senderDescription end |
#senderReference ⇒ Object
Returns the value of attribute senderReference.
718 719 720 |
# File 'lib/default.rb', line 718 def senderReference @senderReference end |
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
712 713 714 |
# File 'lib/default.rb', line 712 def transactionDate @transactionDate end |