Class: EInvoiceAPI::Models::MeRetrieveResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::MeRetrieveResponse
- Defined in:
- lib/e_invoice_api/models/me_retrieve_response.rb
Overview
Defined Under Namespace
Modules: Plan
Instance Attribute Summary collapse
-
#bcc_recipient_email ⇒ String?
BCC recipient email to deliver documents.
-
#company_address ⇒ String?
Address of the company.
-
#company_city ⇒ String?
City of the company.
-
#company_country ⇒ String?
Country of the company.
-
#company_email ⇒ String?
Email of the company.
-
#company_name ⇒ String?
Name of the company.
-
#company_number ⇒ String?
Company number.
-
#company_zip ⇒ String?
Zip code of the company.
-
#credit_balance ⇒ Integer
Credit balance of the tenant.
- #description ⇒ String?
-
#ibans ⇒ Array<String>?
IBANs of the tenant.
- #name ⇒ String
-
#peppol_ids ⇒ Array<String>?
Peppol IDs of the tenant.
-
#plan ⇒ Symbol, EInvoiceAPI::Models::MeRetrieveResponse::Plan
Plan of the tenant.
-
#smp_registration ⇒ Boolean?
Whether the tenant is registered on our SMP.
-
#smp_registration_date ⇒ Time?
Date when the tenant was registered on SMP.
Instance Method Summary collapse
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(credit_balance: , name: , plan: , bcc_recipient_email: nil, company_address: nil, company_city: nil, company_country: nil, company_email: nil, company_name: nil, company_number: nil, company_zip: nil, description: nil, ibans: nil, peppol_ids: nil, smp_registration: nil, smp_registration_date: nil) ⇒ Object
|
|
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 101
|
Instance Attribute Details
#bcc_recipient_email ⇒ String?
BCC recipient email to deliver documents
28 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 28 optional :bcc_recipient_email, String, nil?: true |
#company_address ⇒ String?
Address of the company
34 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 34 optional :company_address, String, nil?: true |
#company_city ⇒ String?
City of the company
40 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 40 optional :company_city, String, nil?: true |
#company_country ⇒ String?
Country of the company
46 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 46 optional :company_country, String, nil?: true |
#company_email ⇒ String?
Email of the company
52 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 52 optional :company_email, String, nil?: true |
#company_name ⇒ String?
Name of the company
58 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 58 optional :company_name, String, nil?: true |
#company_number ⇒ String?
Company number
64 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 64 optional :company_number, String, nil?: true |
#company_zip ⇒ String?
Zip code of the company
70 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 70 optional :company_zip, String, nil?: true |
#credit_balance ⇒ Integer
Credit balance of the tenant
11 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 11 required :credit_balance, Integer |
#description ⇒ String?
75 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 75 optional :description, String, nil?: true |
#ibans ⇒ Array<String>?
IBANs of the tenant
81 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 81 optional :ibans, EInvoiceAPI::Internal::Type::ArrayOf[String], nil?: true |
#name ⇒ String
16 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 16 required :name, String |
#peppol_ids ⇒ Array<String>?
Peppol IDs of the tenant
87 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 87 optional :peppol_ids, EInvoiceAPI::Internal::Type::ArrayOf[String], nil?: true |
#plan ⇒ Symbol, EInvoiceAPI::Models::MeRetrieveResponse::Plan
Plan of the tenant
22 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 22 required :plan, enum: -> { EInvoiceAPI::Models::MeRetrieveResponse::Plan } |
#smp_registration ⇒ Boolean?
Whether the tenant is registered on our SMP
93 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 93 optional :smp_registration, EInvoiceAPI::Internal::Type::Boolean, nil?: true |
#smp_registration_date ⇒ Time?
Date when the tenant was registered on SMP
99 |
# File 'lib/e_invoice_api/models/me_retrieve_response.rb', line 99 optional :smp_registration_date, Time, nil?: true |