package
2.0.0+incompatible
Repository: https://github.com/netlify/gocommerce.git
Documentation: pkg.go.dev

# Packages

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

# Constants

PayPalProvider is the string identifier for the PayPal payment provider.
StripeProvider is the string identifier for the Stripe payment provider.

# Structs

PreauthorizationResult contains the data returned from a Preauthorization.

# Interfaces

Provider represents a payment provider that can optionally charge, refund, preauthorize payments.

# Type aliases

Charger wraps the Charge method which creates new payments with the provider.
Preauthorizer wraps the Preauthorize method which pre-authorizes a payment with the provider.
Refunder wraps the Refund method which refunds payments with the provider.