class Tripletexer::Endpoints::Invoice::PaymentType

Public Instance Methods

find(id, params = {}) click to toggle source

tripletex.no/v2-docs/#!/invoice47paymentType/get

# File lib/tripletexer/endpoints/invoice/payment_type.rb, line 12
def find(id, params = {})
  find_entity("/v2/invoice/paymentType/#{id}", params)
end