Module: ErpTools::Event::V0::PurchaseOrder

Includes:
Base
Defined in:
lib/erp_tools/event/v0/purchase_order.rb

Overview

Vendor purchase order data source and detail-type definition

Constant Summary collapse

SOURCE =
'customInk.PurchaseOrder'
DETAIL_TYPES =
{
  create: 'createPurchaseOrder',
  update: 'updatePurchaseOrder',
  receive: 'receivePurchaseOrder',
  payment_notification: 'billPaymentNotification'
}.freeze

Constants included from Base

Base::PAYLOAD_VERSION

Method Summary

Methods included from Base

included