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



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

def amount
  @amount
end

#currencyCodeObject

Returns the value of attribute currencyCode

Returns:

  • (Object)

    the current value of currencyCode



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

def currencyCode
  @currencyCode
end

#narrativeObject

Returns the value of attribute narrative

Returns:

  • (Object)

    the current value of narrative



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

def narrative
  @narrative
end

#recordDateObject

Returns the value of attribute recordDate

Returns:

  • (Object)

    the current value of recordDate



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

def recordDate
  @recordDate
end

#transactionIDObject

Returns the value of attribute transactionID

Returns:

  • (Object)

    the current value of transactionID



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

def transactionID
  @transactionID
end

#transactionTypeObject

Returns the value of attribute transactionType

Returns:

  • (Object)

    the current value of transactionType



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

def transactionType
  @transactionType
end