class

OpenAI::CostsResultAmount

Inherits JSON::Serializable < Reference < Object

The monetary value in its associated currency.

Constructors

new(value : Float64 | Nil = nil, currency : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

currency

Lowercase ISO-4217 currency e.g. "usd"

Source
currency=(currency : String | Nil)

Lowercase ISO-4217 currency e.g. "usd"

Source
value

The numeric value of the cost.

Source
value=(value : Float64 | Nil)

The numeric value of the cost.

Source