Method: Propertyware::BillPayment#to_be_printed

Defined in:
lib/propertyware/models/bill_payment.rb

#to_be_printedObject

Indicates if the check should be printed.



59
60
61
# File 'lib/propertyware/models/bill_payment.rb', line 59

def to_be_printed
  @to_be_printed
end