dispute

package
v0.0.0-...-d8ed325 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2014 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

package dispute provides the dispute-related APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Close

func Close(id string) (*Dispute, error)

Close dismisses a dispute in the customer's favor. For more details see https://stripe.com/docs/api#close_dispute.

func Update

func Update(id string, params *DisputeParams) (*Dispute, error)

Update updates a charge's dispute. For more details see https://stripe.com/docs/api#update_dispute.

Types

type Client

type Client struct {
	B   Backend
	Tok string
}

Client is used to invoke dispute-related APIs.

func (Client) Close

func (c Client) Close(id string) (*Dispute, error)

func (Client) Update

func (c Client) Update(id string, params *DisputeParams) (*Dispute, error)

Jump to

Keyboard shortcuts

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