class BusinessCentral::CustomerPayment

Constants

API_OBJECT
API_OBJECT_PARENT

Public Instance Methods

get(customer_payments_journal_id, customer_payment_id = nil) click to toggle source
# File lib/business_central/customer_payment.rb, line 10
def get(customer_payments_journal_id, customer_payment_id = nil)
  get_child(customer_payments_journal_id, customer_payment_id)
end