package
Version:
v1.23.7
Opens a new window with list of versions in this module.
Published: Jan 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
ID string `json:"id"`
Settings Settings `json:"settings"`
}
Account is the most outer layer of the json response from Stripe
GetUserAccount retrieves the account information
type Dashboard struct {
DisplayName string `json:"display_name"`
}
Dashboard is within the Settings json response from Stripe
type Settings struct {
Dashboard Dashboard `json:"dashboard"`
}
Settings is within the Account json response from Stripe
Source Files
¶
Click to show internal directories.
Click to hide internal directories.