Class: Vatsense::Models::InvoiceBusinessInput
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Vatsense::Models::InvoiceBusinessInput
- Defined in:
- lib/vatsense/models/invoice_business_input.rb
Instance Attribute Summary collapse
-
#address ⇒ String
Your business trading address.
- #bank_account ⇒ String?
-
#company_number ⇒ String?
Your business company number.
- #email ⇒ String?
-
#logo ⇒ String?
URL to your company logo (HTTPS only, .svg/.jpg/.png).
-
#name ⇒ String
Your business trading name.
- #phone ⇒ String?
-
#vat_number ⇒ String
Your business VAT number.
- #website ⇒ String?
Instance Method Summary collapse
-
#initialize(address:, name:, vat_number:, bank_account: nil, company_number: nil, email: nil, logo: nil, phone: nil, website: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see InvoiceBusinessInput for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(address:, name:, vat_number:, bank_account: nil, company_number: nil, email: nil, logo: nil, phone: nil, website: nil) ⇒ Object
Some parameter documentations has been truncated, see Vatsense::Models::InvoiceBusinessInput for more details.
|
|
# File 'lib/vatsense/models/invoice_business_input.rb', line 57
|
Instance Attribute Details
#address ⇒ String
Your business trading address.
10 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 10 required :address, String |
#bank_account ⇒ String?
27 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 27 optional :bank_account, String |
#company_number ⇒ String?
Your business company number.
33 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 33 optional :company_number, String |
#email ⇒ String?
38 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 38 optional :email, String |
#logo ⇒ String?
URL to your company logo (HTTPS only, .svg/.jpg/.png). Recommended 240px by 60px.
45 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 45 optional :logo, String |
#name ⇒ String
Your business trading name.
16 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 16 required :name, String |
#phone ⇒ String?
50 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 50 optional :phone, String |
#vat_number ⇒ String
Your business VAT number.
22 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 22 required :vat_number, String |
#website ⇒ String?
55 |
# File 'lib/vatsense/models/invoice_business_input.rb', line 55 optional :website, String |