Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stripe ¶
type Stripe struct {
// contains filtered or unexported fields
}
A Stripe represents Stripe client struct.
func (Stripe) GetEvent ¶
func (s Stripe) GetEvent(createdAt int64, startingAfter, endingBefore string) (models.EventResponse, error)
GetEvent returns a list of event objects.
func (Stripe) GetResource ¶
func (s Stripe) GetResource(startingAfter string) (models.ResourceResponse, error)
GetResource returns a list of resource objects.
Click to show internal directories.
Click to hide internal directories.