Class: ApiBanking::PrepaidCardService::GetBalance::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#cardBalanceObject

Returns the value of attribute cardBalance

Returns:

  • (Object)

    the current value of cardBalance



20
21
22
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20

def cardBalance
  @cardBalance
end

#currencyCodeObject

Returns the value of attribute currencyCode

Returns:

  • (Object)

    the current value of currencyCode



20
21
22
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20

def currencyCode
  @currencyCode
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



20
21
22
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20

def version
  @version
end