class Quickbooks::Service::BillPayment
Public Instance Methods
delete(bill_payment)
click to toggle source
# File lib/quickbooks/service/bill_payment.rb, line 5 def delete(bill_payment) delete_by_query_string(bill_payment) end
Private Instance Methods
model()
click to toggle source
# File lib/quickbooks/service/bill_payment.rb, line 11 def model Quickbooks::Model::BillPayment end