module Pingpp class Coupon < UserBasedResource extend Pingpp::APIOperations::Create extend Pingpp::APIOperations::List include Pingpp::APIOperations::Delete include Pingpp::APIOperations::Update end end