Class: ApiBanking::SinglePayment::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::Request
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approverID ⇒ Object
Returns the value of attribute approverID.
-
#beneficiary ⇒ Object
Returns the value of attribute beneficiary.
-
#checkerID ⇒ Object
Returns the value of attribute checkerID.
-
#corpID ⇒ Object
Returns the value of attribute corpID.
-
#issueBranchCode ⇒ Object
Returns the value of attribute issueBranchCode.
-
#makerID ⇒ Object
Returns the value of attribute makerID.
-
#modeOfPay ⇒ Object
Returns the value of attribute modeOfPay.
-
#remarks ⇒ Object
Returns the value of attribute remarks.
-
#remitter ⇒ Object
Returns the value of attribute remitter.
-
#rptCode ⇒ Object
Returns the value of attribute rptCode.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def amount @amount end |
#approverID ⇒ Object
Returns the value of attribute approverID
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def approverID @approverID end |
#beneficiary ⇒ Object
Returns the value of attribute beneficiary
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def beneficiary @beneficiary end |
#checkerID ⇒ Object
Returns the value of attribute checkerID
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def checkerID @checkerID end |
#corpID ⇒ Object
Returns the value of attribute corpID
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def corpID @corpID end |
#issueBranchCode ⇒ Object
Returns the value of attribute issueBranchCode
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def issueBranchCode @issueBranchCode end |
#makerID ⇒ Object
Returns the value of attribute makerID
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def makerID @makerID end |
#modeOfPay ⇒ Object
Returns the value of attribute modeOfPay
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def modeOfPay @modeOfPay end |
#remarks ⇒ Object
Returns the value of attribute remarks
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def remarks @remarks end |
#remitter ⇒ Object
Returns the value of attribute remitter
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def remitter @remitter end |
#rptCode ⇒ Object
Returns the value of attribute rptCode
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def rptCode @rptCode end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def uniqueRequestNo @uniqueRequestNo end |