Class: WriteOffDebtRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#adjustmentAmountObject

Returns the value of attribute adjustmentAmount.



711
712
713
# File 'lib/default.rb', line 711

def adjustmentAmount
  @adjustmentAmount
end

#callerDescriptionObject

Returns the value of attribute callerDescription.



715
716
717
# File 'lib/default.rb', line 715

def callerDescription
  @callerDescription
end

#callerReferenceObject

Returns the value of attribute callerReference.



713
714
715
# File 'lib/default.rb', line 713

def callerReference
  @callerReference
end

#callerTokenIdObject

Returns the value of attribute callerTokenId.



709
710
711
# File 'lib/default.rb', line 709

def callerTokenId
  @callerTokenId
end

#creditInstrumentIdObject

Returns the value of attribute creditInstrumentId.



710
711
712
# File 'lib/default.rb', line 710

def creditInstrumentId
  @creditInstrumentId
end

#metaDataObject

Returns the value of attribute metaData.



717
718
719
# File 'lib/default.rb', line 717

def 
  @metaData
end

#recipientDescriptionObject

Returns the value of attribute recipientDescription.



716
717
718
# File 'lib/default.rb', line 716

def recipientDescription
  @recipientDescription
end

#recipientReferenceObject

Returns the value of attribute recipientReference.



714
715
716
# File 'lib/default.rb', line 714

def recipientReference
  @recipientReference
end

#senderDescriptionObject

Returns the value of attribute senderDescription.



719
720
721
# File 'lib/default.rb', line 719

def senderDescription
  @senderDescription
end

#senderReferenceObject

Returns the value of attribute senderReference.



718
719
720
# File 'lib/default.rb', line 718

def senderReference
  @senderReference
end

#transactionDateObject

Returns the value of attribute transactionDate.



712
713
714
# File 'lib/default.rb', line 712

def transactionDate
  @transactionDate
end