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
Methods inherited from Utils::BaseStruct
Class Method Details
.endpoint ⇒ Object
| 37 38 39 | # File 'lib/nova/api/resource/direct_bill.rb', line 37 def self.endpoint nil end |