class Quickbooks::Model::CreditMemo
Constants
- REST_RESOURCE
- XML_COLLECTION_NODE
- XML_NODE
Public Instance Methods
email=(email)
click to toggle source
# File lib/quickbooks/model/credit_memo.rb, line 54 def email=(email) self.bill_email = EmailAddress.new(email) end