Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailedToCreateCustomer = errors.New("Failed to create Stripe customer.") FailedToUpdateCustomer = errors.New("Failed to update Stripe customer.") RefundGreaterThanPayment = errors.New("The requested refund amount is greater than the paid amount") UnableToRefundUnpaidTransaction = errors.New("Unable to refund unpaid transaction") )
Functions ¶
Types ¶
type StripeError ¶
func (StripeError) Error ¶
func (e StripeError) Error() string
Click to show internal directories.
Click to hide internal directories.