Class: ApiBanking::AccountStatement::ReqBody

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/json/accountStatement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountNoObject

Returns the value of attribute accountNo

Returns:

  • (Object)

    the current value of accountNo



10
11
12
# File 'lib/api_banking/json/accountStatement.rb', line 10

def accountNo
  @accountNo
end

#fromDateObject

Returns the value of attribute fromDate

Returns:

  • (Object)

    the current value of fromDate



10
11
12
# File 'lib/api_banking/json/accountStatement.rb', line 10

def fromDate
  @fromDate
end

#toDateObject

Returns the value of attribute toDate

Returns:

  • (Object)

    the current value of toDate



10
11
12
# File 'lib/api_banking/json/accountStatement.rb', line 10

def toDate
  @toDate
end

#transactionTypeObject

Returns the value of attribute transactionType

Returns:

  • (Object)

    the current value of transactionType



10
11
12
# File 'lib/api_banking/json/accountStatement.rb', line 10

def transactionType
  @transactionType
end