class Billomat::Models::InvoicePayment

Representation of the invoice payment resource

Public Class Methods

base_path() click to toggle source

@return [String] The resource's base path

# File lib/billomat/models/invoice_payment.rb, line 9
def self.base_path
  '/invoice-payments'
end
resource_name() click to toggle source

@return [String] The resource's name

# File lib/billomat/models/invoice_payment.rb, line 14
def self.resource_name
  'invoice-payment'
end