Class: ApiBanking::SocialBankingService::GetTransactions::Transaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/socialBankingService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def amount
  @amount
end

#currencyCodeObject

Returns the value of attribute currencyCode

Returns:

  • (Object)

    the current value of currencyCode



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def currencyCode
  @currencyCode
end

#narrativeObject

Returns the value of attribute narrative

Returns:

  • (Object)

    the current value of narrative



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def narrative
  @narrative
end

#recordDateObject

Returns the value of attribute recordDate

Returns:

  • (Object)

    the current value of recordDate



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def recordDate
  @recordDate
end

#transactionIDObject

Returns the value of attribute transactionID

Returns:

  • (Object)

    the current value of transactionID



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def transactionID
  @transactionID
end

#transactionTypeObject

Returns the value of attribute transactionType

Returns:

  • (Object)

    the current value of transactionType



17
18
19
# File 'lib/api_banking/soap/socialBankingService.rb', line 17

def transactionType
  @transactionType
end