class Quickbooks::Model::RefundReceipt

def email=(email)

def email=(email)
  self.bill_email = EmailAddress.new(email)
end