File: gift_card_adjustment.py

package info (click to toggle)
python-shopifyapi 12.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 1,752; sh: 10; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
from ..base import ShopifyResource


class GiftCardAdjustment(ShopifyResource):
    _prefix_source = "/admin/gift_cards/$gift_card_id/"
    _plural = "adjustments"
    _singular = "adjustment"