response

package
v3.0.0-...-471bf3a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 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 Location

type Location struct {
	StartLocation string `json:"start_location"`
	EndLocation   string `json:"end_location"`
}

type PostDiscount

type PostDiscount struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Amount      int    `json:"amount"`
	Count       int    `json:"count"`
}

type PostPayment

type PostPayment struct {
	Name        string `json:"name"`
	Amount      int    `json:"amount"`
	Description string `json:"description"`
	Count       int    `json:"count"`
}

type ResponseServiceOrder

type ResponseServiceOrder struct {
	AppId               string         `json:"appid"`
	MchId               string         `json:"mchid"`
	OutOrderNo          string         `json:"out_order_no"`
	ServiceId           string         `json:"service_id"`
	ServiceIntroduction string         `json:"service_introduction"`
	State               string         `json:"state"`
	StateDescription    string         `json:"state_description"`
	PostPayments        []PostPayment  `json:"post_payments"`
	PostDiscounts       []PostDiscount `json:"post_discounts"`
	RiskFund            RisFund        `json:"risk_fund"`
	TimeRange           TimeRange      `json:"time_range"`
	Location            Location       `json:"location"`
	Attach              string         `json:"attach"`
	NotifyUrl           string         `json:"notify_url"`
	OrderId             string         `json:"order_id"`
	Package             string         `json:"package"`
}

type RisFund

type RisFund struct {
	Name        string `json:"name"`
	Amount      int    `json:"amount"`
	Description string `json:"description"`
}

type TimeRange

type TimeRange struct {
	StartTime       string `json:"start_time"`
	EndTime         string `json:"end_time"`
	StartTimeRemark string `json:"start_time_remark"`
	EndTimeRemark   string `json:"end_time_remark"`
}

Jump to

Keyboard shortcuts

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