Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

GasStationPropertiesResponse.md

File metadata and controls

20 lines (14 loc) · 434 Bytes

OpenapiClient::GasStationPropertiesResponse

Properties

Name Type Description Notes
balance Object [optional]
configuration GasStationConfiguration [optional]

Example

require 'openapi_client'

instance = OpenapiClient::GasStationPropertiesResponse.new(
  balance: null,
  configuration: null
)