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