Class: ApiBanking::InstantMoneyTransferService::GetBeneficiaries::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::GetBeneficiaries::Request
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#dateRange ⇒ Object
Returns the value of attribute dateRange.
-
#numBeneficiaries ⇒ Object
Returns the value of attribute numBeneficiaries.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
29 30 31 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 29 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
29 30 31 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 29 def customerID @customerID end |
#dateRange ⇒ Object
Returns the value of attribute dateRange
29 30 31 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 29 def dateRange @dateRange end |
#numBeneficiaries ⇒ Object
Returns the value of attribute numBeneficiaries
29 30 31 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 29 def numBeneficiaries @numBeneficiaries end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
29 30 31 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 29 def uniqueRequestNo @uniqueRequestNo end |