Class: Nova::API::Resource::DirectBill

Inherits:
Base show all
Defined in:
lib/nova/api/resource/direct_bill.rb

Direct Known Subclasses

DirectPayable, DirectReceivable

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

Utils::BaseStruct::DATE_REGEX

Class Method Summary collapse

Methods inherited from Base

base_url, #endpoint

Methods inherited from Utils::BaseStruct

#allowed_attributes

Class Method Details

.endpointObject



37
38
39
# File 'lib/nova/api/resource/direct_bill.rb', line 37

def self.endpoint
  nil
end