Class: Orb::Models::CreditBlockListInvoicesResponse::Block::CreditAllocation
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/credit_block_list_invoices_response.rb,
sig/orb/models/credit_block_list_invoices_response.rbs
Overview
Defined Under Namespace
Classes: Filter
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
199
|
# File 'sig/orb/models/credit_block_list_invoices_response.rbs', line 199
def initialize: (
|
Instance Attribute Details
#allows_rollover ⇒ Boolean
226
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 226
required :allows_rollover, Orb::Internal::Type::Boolean
|
#currency ⇒ String
231
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 231
required :currency, String
|
236
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 236
required :custom_expiration, -> { Orb::CustomExpiration }, nil?: true
|
248
249
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 248
optional :filters,
-> { Orb::Internal::Type::ArrayOf[Orb::Models::CreditBlockListInvoicesResponse::Block::CreditAllocation::Filter] }
|
#item_id ⇒ String
The ID of the catalog item this block was allocated from, derived from the
allocation's price.
243
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 243
required :item_id, String
|
#license_type_id ⇒ String?
254
|
# File 'lib/orb/models/credit_block_list_invoices_response.rb', line 254
optional :license_type_id, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
208
|
# File 'sig/orb/models/credit_block_list_invoices_response.rbs', line 208
def to_hash: -> {
|