Method: ProcessOut::InvoiceDetail#new

Defined in:
lib/processout/invoice_detail.rb

#new(data = {}) ⇒ Object

Create a new InvoiceDetail using the current client



121
122
123
# File 'lib/processout/invoice_detail.rb', line 121

def new(data = {})
  InvoiceDetail.new(@client, data)
end