package
7.0.0+incompatible
Repository: https://github.com/hyperworks/stripe-go.git
Documentation: pkg.go.dev

# Functions

Capture captures a previously created charge with NoCapture set to true.
Close dismisses a charge's dispute in the customer's favor.
Get returns the details of a charge.
List returns a list of charges.
MarkFraudulent reports the charge as fraudulent.
MarkSafe reports the charge as not-fraudulent.
New POSTs new charges.
Update updates a charge's properties.
Update updates a charge's dispute.

# Constants

No description provided by the author
No description provided by the author

# Structs

Client is used to invoke /charges APIs.
Iter is an iterator for lists of Charges.