Class: ApiBanking::PrepaidCardService::GetTransactions::Transaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def amount
  @amount
end

#currencyCodeObject

Returns the value of attribute currencyCode

Returns:

  • (Object)

    the current value of currencyCode



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def currencyCode
  @currencyCode
end

#narrativeObject

Returns the value of attribute narrative

Returns:

  • (Object)

    the current value of narrative



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def narrative
  @narrative
end

#recordDateObject

Returns the value of attribute recordDate

Returns:

  • (Object)

    the current value of recordDate



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def recordDate
  @recordDate
end

#transactionCodeObject

Returns the value of attribute transactionCode

Returns:

  • (Object)

    the current value of transactionCode



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def transactionCode
  @transactionCode
end

#transactionIDObject

Returns the value of attribute transactionID

Returns:

  • (Object)

    the current value of transactionID



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def transactionID
  @transactionID
end

#transactionTypeObject

Returns the value of attribute transactionType

Returns:

  • (Object)

    the current value of transactionType



43
44
45
# File 'lib/api_banking/soap/prepaidCardService.rb', line 43

def transactionType
  @transactionType
end