Class: SettleDebt
- Inherits:
-
Object
- Object
- SettleDebt
- Defined in:
- lib/default.rb
Overview
/SettleDebt
senderTokenId - SOAP::SOAPString
creditInstrumentId - SOAP::SOAPString
settlementAmount - Amount
callerReference - SOAP::SOAPString
senderDescription - SOAP::SOAPString
callerDescription - SOAP::SOAPString
descriptorPolicy - DescriptorPolicy
transactionTimeoutInMins - SOAP::SOAPInteger
Instance Attribute Summary collapse
-
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
-
#callerReference ⇒ Object
Returns the value of attribute callerReference.
-
#creditInstrumentId ⇒ Object
Returns the value of attribute creditInstrumentId.
-
#descriptorPolicy ⇒ Object
Returns the value of attribute descriptorPolicy.
-
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
-
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
-
#settlementAmount ⇒ Object
Returns the value of attribute settlementAmount.
-
#transactionTimeoutInMins ⇒ Object
Returns the value of attribute transactionTimeoutInMins.
Instance Method Summary collapse
-
#initialize(senderTokenId = nil, creditInstrumentId = nil, settlementAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) ⇒ SettleDebt
constructor
A new instance of SettleDebt.
Constructor Details
#initialize(senderTokenId = nil, creditInstrumentId = nil, settlementAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) ⇒ SettleDebt
Returns a new instance of SettleDebt.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/default.rb', line 1114 def initialize(senderTokenId = nil, creditInstrumentId = nil, settlementAmount = nil, callerReference = nil, senderDescription = nil, callerDescription = nil, descriptorPolicy = nil, transactionTimeoutInMins = nil) @senderTokenId = senderTokenId @creditInstrumentId = creditInstrumentId @settlementAmount = settlementAmount @callerReference = callerReference @senderDescription = senderDescription @callerDescription = callerDescription @descriptorPolicy = descriptorPolicy @transactionTimeoutInMins = transactionTimeoutInMins end |
Instance Attribute Details
#callerDescription ⇒ Object
Returns the value of attribute callerDescription.
1110 1111 1112 |
# File 'lib/default.rb', line 1110 def callerDescription @callerDescription end |
#callerReference ⇒ Object
Returns the value of attribute callerReference.
1108 1109 1110 |
# File 'lib/default.rb', line 1108 def callerReference @callerReference end |
#creditInstrumentId ⇒ Object
Returns the value of attribute creditInstrumentId.
1106 1107 1108 |
# File 'lib/default.rb', line 1106 def creditInstrumentId @creditInstrumentId end |
#descriptorPolicy ⇒ Object
Returns the value of attribute descriptorPolicy.
1111 1112 1113 |
# File 'lib/default.rb', line 1111 def descriptorPolicy @descriptorPolicy end |
#senderDescription ⇒ Object
Returns the value of attribute senderDescription.
1109 1110 1111 |
# File 'lib/default.rb', line 1109 def senderDescription @senderDescription end |
#senderTokenId ⇒ Object
Returns the value of attribute senderTokenId.
1105 1106 1107 |
# File 'lib/default.rb', line 1105 def senderTokenId @senderTokenId end |
#settlementAmount ⇒ Object
Returns the value of attribute settlementAmount.
1107 1108 1109 |
# File 'lib/default.rb', line 1107 def settlementAmount @settlementAmount end |
#transactionTimeoutInMins ⇒ Object
Returns the value of attribute transactionTimeoutInMins.
1112 1113 1114 |
# File 'lib/default.rb', line 1112 def transactionTimeoutInMins @transactionTimeoutInMins end |