Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 356 Bytes

File metadata and controls

18 lines (12 loc) · 356 Bytes

OpenapiClient::CreditsResponse

Properties

Name Type Description Notes
credits Float The number of remaining credits on your SMS Works account. Floating point number.

Example

require 'openapi_client'

instance = OpenapiClient::CreditsResponse.new(
  credits: 180
)