Class: Nova::API::Resource::Bill
- Inherits:
-
Base
- Object
- Dry::Struct
- Utils::BaseStruct
- Base
- Nova::API::Resource::Bill
- Defined in:
- lib/nova/api/resource/bill.rb
Direct Known Subclasses
Defined Under Namespace
Modules: DOCUMENT_TYPE, DUE_TYPE Classes: Apportionment, FinancialAccount
Constant Summary collapse
- ALLOWED_ATTRIBUTES =
[ :additional_information, :apportionments, :attachments, :company_id, :date, :document_type, :document_number, :due_type, :financial_accounts, :first_due_date, :forecast, :identifier, :installments, :installments_number, :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
Methods inherited from Utils::BaseStruct
Class Method Details
.endpoint ⇒ Object
65 66 67 |
# File 'lib/nova/api/resource/bill.rb', line 65 def self.endpoint '/api/bills' end |