dto

package
v1.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorResponse

type ErrorResponse struct {
	// Error is the error message
	Error string `json:"error"`
}

ErrorResponse represents a generic error response

type InitiateOnboardingResponse

type InitiateOnboardingResponse struct {
	// OnboardingURL is the URL to redirect the user to for Stripe Connect onboarding
	OnboardingURL string `json:"onboarding_url"`
}

InitiateOnboardingResponse represents the response from initiating Stripe Connect onboarding

type OnboardingStatusResponse

type OnboardingStatusResponse struct {
	// IsComplete indicates whether the user has completed Stripe Connect onboarding
	IsComplete bool `json:"is_complete"`
}

OnboardingStatusResponse represents the response for checking onboarding status

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL