Method: PlentyClient::SalesPrice::Name.list

Defined in:
lib/plenty_client/sales_price/name.rb

.list(sales_price_id, headers = {}, &block) ⇒ Object



16
17
18
# File 'lib/plenty_client/sales_price/name.rb', line 16

def list(sales_price_id, headers = {}, &block)
  get(build_endpoint(LIST_SALES_PRICE_NAMES, sales_price: sales_price_id), headers, &block)
end