mchtreq

package
v0.0.0-...-0218ea2 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UpdateMerchantReq

type UpdateMerchantReq struct {

	/** 商户ID */
	ID string `json:"id"`

	/** 商户名称 */
	MerchantName string `json:"merchantName"`

	/** 地址 */
	Address string `json:"address"`

	/** 区域代码 */
	RegionCode string `json:"regionCode"`

	/** 区域名称 */
	RegionName string `json:"regionName"`

	/** 状态 */
	Status string `json:"status"`

	/** 商户密钥 */
	SelfPriKey string `json:"selfPriKey"` // 商户密钥
}

UpdateMerchantReq 更新商户请求参数

Jump to

Keyboard shortcuts

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