Documentation ¶ Index ¶ type StripePaymentHandler func New(stripeSecret string) (sph *StripePaymentHandler) func (s StripePaymentHandler) Process(balance float32, reference string) (clientSecret string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type StripePaymentHandler ¶ type StripePaymentHandler struct { // contains filtered or unexported fields } func New ¶ func New(stripeSecret string) (sph *StripePaymentHandler) func (StripePaymentHandler) Process ¶ func (s StripePaymentHandler) Process(balance float32, reference string) (clientSecret string, err error) Source Files ¶ View all Source files stripePaymentHandler.go Click to show internal directories. Click to hide internal directories.