Method: Xendify::Client#invoice

Defined in:
lib/xendify/client.rb

#invoiceObject



43
44
45
# File 'lib/xendify/client.rb', line 43

def invoice
  @invoice ||= Xendify::Invoice.new(self)
end