class Quickbooks::Model::LinkedTransaction

def bill_payment_check_type?

def bill_payment_check_type?
  txn_type.to_s == DEFAULT_TXN_TYPE
end