Versions in this module Expand all Collapse all v1 v1.0.0 Sep 2, 2019 Changes in this version + type Customer interface + GetEmail func() string + GetGatewayReference func() string + func New(r string, email string) Customer + func NewStripe(email string, ac appcurrency.Currency) (Customer, error)