Versions in this module Expand all Collapse all v2 v2.1.3 Jun 21, 2022 v2.0.2 Feb 4, 2022 Changes in this version + type Client struct + func (c *Client) Create(request *invoiced.CouponRequest) (*invoiced.Coupon, error) + func (c *Client) Delete(id string) error + func (c *Client) ListAll(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Coupons, error) + func (c *Client) Retrieve(id string) (*invoiced.Coupon, error) + func (c *Client) Update(id string, request *invoiced.CouponRequest) (*invoiced.Coupon, error)