accountunbinding

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountUnbindingAdditionalInfoRequestDTO

type AccountUnbindingAdditionalInfoRequestDTO struct {
	Channel string `json:"channel"`
}

type AccountUnbindingRequestDTO

type AccountUnbindingRequestDTO struct {
	TokenId        string                                   `json:"tokenId"`
	AdditionalInfo AccountUnbindingAdditionalInfoRequestDTO `json:"additionalInfo"`
}

func (*AccountUnbindingRequestDTO) ValidateAccountUnbindingRequest

func (au *AccountUnbindingRequestDTO) ValidateAccountUnbindingRequest() error

type AccountUnbindingResponseDTO

type AccountUnbindingResponseDTO struct {
	ResponseCode    string             `json:"responseCode"`
	ResponseMessage string             `json:"responseMessage"`
	AdditionalInfo  *AdditionalInfoDTO `json:"additionalInfoDto,omitempty"`
}

type AdditionalInfoDTO added in v1.0.3

type AdditionalInfoDTO struct {
	RedirectUrl string `json:"redirectUrl,omitempty"`
}

Jump to

Keyboard shortcuts

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