Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostDiscount ¶
type PostPayment ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.