Class: ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::DateRange
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::DateRange
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
Instance Attribute Details
#fromDate ⇒ Object
Returns the value of attribute fromDate
44 45 46 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 44 def fromDate @fromDate end |
#toDate ⇒ Object
Returns the value of attribute toDate
44 45 46 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 44 def toDate @toDate end |