discount

package
v18.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package discount provides the discount-related APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

func Del(customerID string) (*stripe.Discount, error)

Del removes a discount from a customer. For more details see https://stripe.com/docs/api#delete_discount.

func DelSub

func DelSub(subscriptionID string) (*stripe.Discount, error)

DelSub removes a discount from a customer's subscription. For more details see https://stripe.com/docs/api#delete_subscription_discount.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke discount-related APIs.

func (Client) Del

func (c Client) Del(customerID string) (*stripe.Discount, error)

func (Client) DelSub

func (c Client) DelSub(subscriptionID string) (*stripe.Discount, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL