Class: Stigg::Models::V1::CreditGetUsageResponse::Data::Currency
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::CreditGetUsageResponse::Data::Currency
- Defined in:
- lib/stigg/models/v1/credit_get_usage_response.rb
Overview
Instance Attribute Summary collapse
-
#currency_id ⇒ String
The currency identifier.
-
#display_name ⇒ String
The display name of the currency.
-
#plural ⇒ String?
Plural unit label.
-
#singular ⇒ String?
Singular unit label.
-
#symbol ⇒ String?
The currency symbol.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Stigg::Internal::Type::BaseModel
Instance Attribute Details
#currency_id ⇒ String
The currency identifier
47 |
# File 'lib/stigg/models/v1/credit_get_usage_response.rb', line 47 required :currency_id, String, api_name: :currencyId |
#display_name ⇒ String
The display name of the currency
53 |
# File 'lib/stigg/models/v1/credit_get_usage_response.rb', line 53 required :display_name, String, api_name: :displayName |
#plural ⇒ String?
Plural unit label
59 |
# File 'lib/stigg/models/v1/credit_get_usage_response.rb', line 59 required :plural, String, nil?: true |
#singular ⇒ String?
Singular unit label
65 |
# File 'lib/stigg/models/v1/credit_get_usage_response.rb', line 65 required :singular, String, nil?: true |
#symbol ⇒ String?
The currency symbol
71 |
# File 'lib/stigg/models/v1/credit_get_usage_response.rb', line 71 required :symbol, String, nil?: true |