Class: ApiBanking::SocialBankingService::GetTransactions::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountIdentityObject

Returns the value of attribute accountIdentity

Returns:

  • (Object)

    the current value of accountIdentity



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def accountIdentity
  @accountIdentity
end

#appIDObject

Returns the value of attribute appID

Returns:

  • (Object)

    the current value of appID



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def appID
  @appID
end

#customerIdentityObject

Returns the value of attribute customerIdentity

Returns:

  • (Object)

    the current value of customerIdentity



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def customerIdentity
  @customerIdentity
end

#deviceIDObject

Returns the value of attribute deviceID

Returns:

  • (Object)

    the current value of deviceID



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def deviceID
  @deviceID
end

#numTransactionsObject

Returns the value of attribute numTransactions

Returns:

  • (Object)

    the current value of numTransactions



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def numTransactions
  @numTransactions
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



11
12
13
# File 'lib/api_banking/soap/socialBankingService.rb', line 11

def version
  @version
end