class PlentyClient::Order::CouponCode::Contact
Constants
- LIST_COUPON_CONTACTS
Public Class Methods
update(contact_id, headers = {}, &block)
click to toggle source
# File lib/plenty_client/order/coupon_code/contact.rb, line 13 def update(contact_id, headers = {}, &block) post(build_endpoint(LIST_COUPON_CONTACTS, contact: contact_id), headers, &block) end