Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Partner ¶
type Partner struct {
mixin.Model[Partner]
Enabled bool `json:"enabled"`
Connected bool `json:"connected"`
Name string `json:"name"`
Email string `json:"email,omitempty"`
Phone string `json:"phone,omitempty"`
Address Address `json:"address,omitempty"`
Website string `json:"website,omitempty"`
Country string `json:"country"`
TaxId string `json:"taxId"`
Timezone string `json:"timezone"`
Commission commission.Commission `json:"commission"`
Schedule schedule.Schedule `json:"schedule"`
Stripe struct {
AccessToken string
PublishableKey string
RefreshToken string
UserId string
// Save entire live and test tokens (legacy)
Live integration.StripeConnectToken
Test integration.StripeConnectToken
} `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.