class Quickbooks::Model::RefundReceipt

Constants

REST_RESOURCE
XML_COLLECTION_NODE
XML_NODE

Public Instance Methods

email=(email) click to toggle source
# File lib/quickbooks/model/refund_receipt.rb, line 56
def email=(email)
  self.bill_email = EmailAddress.new(email)
end