Class: Vatsense::Models::InvoiceAPI::Customer
Overview
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
247
|
# File 'sig/vatsense/models/invoice.rbs', line 247
def initialize: (
|
Instance Attribute Details
#address ⇒ String?
202
|
# File 'lib/vatsense/models/invoice.rb', line 202
optional :address, String
|
#company_number ⇒ String?
207
|
# File 'lib/vatsense/models/invoice.rb', line 207
optional :company_number, String
|
#logo ⇒ String?
212
|
# File 'lib/vatsense/models/invoice.rb', line 212
optional :logo, String, nil?: true
|
#name ⇒ String?
217
|
# File 'lib/vatsense/models/invoice.rb', line 217
optional :name, String
|
#vat_number ⇒ String?
222
|
# File 'lib/vatsense/models/invoice.rb', line 222
optional :vat_number, String
|
Instance Method Details
#to_hash ⇒ {
255
|
# File 'sig/vatsense/models/invoice.rbs', line 255
def to_hash: -> {
|