Class: Nova::API::Resource::DirectBill
- Inherits:
-
Base
- Object
- Dry::Struct
- Utils::BaseStruct
- Base
- Nova::API::Resource::DirectBill
- Defined in:
- lib/nova/api/resource/direct_bill.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Installment
Constant Summary collapse
- ALLOWED_ATTRIBUTES =
[ :addition, :additional_information, :apportionments, :attachments, :company_id, :date, :discount, :document_type, :document_number, :financial_accounts, :first_due_date, :identifier, :installments, :third_party_id, :total_value ]
Constants inherited from Base
Base::PRODUCTION_HOST, Base::SCHEME, Base::STAGING_HOST
Constants inherited from Utils::BaseStruct
Class Method Summary collapse
Methods inherited from Base
authorization_header, base_url, configuration, do_get, do_get_search, #endpoint, perform_get
Methods inherited from Utils::BaseStruct
#allowed_attributes, generate_valid_value_for, initialize_empty_model_with_id, value_for_field
Class Method Details
.endpoint ⇒ Object
37 38 39 |
# File 'lib/nova/api/resource/direct_bill.rb', line 37 def self.endpoint nil end |