Class: Nova::API::Resource::Installment
- Inherits:
-
Base
- Object
- Dry::Struct
- Utils::BaseStruct
- Base
- Nova::API::Resource::Installment
- Defined in:
- lib/nova/api/resource/installment.rb
Constant Summary collapse
- ALLOWED_ATTRIBUTES =
%i[due_date gross_value number 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
13 14 15 |
# File 'lib/nova/api/resource/installment.rb', line 13 def self.endpoint '/api/installments' end |