mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
5 lines
152 B
Ruby
5 lines
152 B
Ruby
class Invoice::DataPresenter::PaymentMethod < Invoice::DataPresenter::Base
|
|
attributes :id,:name, :description
|
|
invoice_generation_attributes :id
|
|
end
|