class Quickbooks::Model::Payment
Constants
- REST_RESOURCE
- XML_COLLECTION_NODE
- XML_NODE
Private Instance Methods
Source
# File lib/quickbooks/model/payment.rb, line 36 def existence_of_customer_ref if customer_ref.nil? || (customer_ref && customer_ref.value == 0) errors.add(:customer_ref, "CustomerRef is required and must be a non-zero value.") end end