bss

package
v0.0.0-...-0b043e4 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Product = "Bss"
	Style   = "RPC"
	Version = "2014-07-14"
)

Variables

This section is empty.

Functions

func NewParams

func NewParams() openapi.Params

Types

type API

type API struct {
	openapi.Service
}

func New

func New(accessKeyId, accessKeySecret string) API

func (API) DescribeCashDetail

func (api API) DescribeCashDetail(optional openapi.M) (*DescribeCashDetailResponse, error)

DescribeCashDetail version 2014-07-14

optional parameters:

name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DescribeCouponDetail

func (api API) DescribeCouponDetail(optional openapi.M) (*DescribeCouponDetailResponse, error)

DescribeCouponDetail version 2014-07-14

optional parameters:

name: CouponNumber, type: string
name: _method, type: string, optional values: GET|POSTS
name: _region, type: string

func (API) DescribeCouponList

func (api API) DescribeCouponList(optional openapi.M) (*DescribeCouponListResponse, error)

DescribeCouponList version 2014-07-14

optional parameters:

name: EndDeliveryTime, type: string
name: PageNum, type: int
name: PageSize, type: int
name: StartDeliveryTime, type: string
name: Status, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) SetResourceBusinessStatus

func (api API) SetResourceBusinessStatus(BusinessStatus, ResourceId, ResourceType string, optional openapi.M) (*openapi.Response, error)

SetResourceBusinessStatus version 2014-07-14

required parameters:

name: BusinessStatus, type: string
name: ResourceId, type: string
name: ResourceType, type: string

optional parameters:

name: OwnerAccount, type: string
name: OwnerId, type: int64
name: ResourceOwnerAccount, type: string
name: ResourceOwnerId, type: int64
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

type DescribeCashDetailResponse

type DescribeCashDetailResponse struct {
	AmountOwed           string
	AvailableCredit      string
	BalanceAmount        string
	CreditCardAmount     string
	CreditLimit          string
	EnableThresholdAlert string
	FrozenAmount         string
	MiniAlertThreshold   int64
	RemmitanceAmount     string
}

DescribeCashDetailResponse represents the response of the api DescribeCashDetail.

type DescribeCouponDetailResponse

type DescribeCouponDetailResponse struct {
	Application      string
	BalanceAmount    string
	CouponNumber     string
	CouponTemplateId int64
	CreationTime     string
	DeliveryTime     string
	Description      string
	ExpiredAmount    string
	ExpiredTime      string
	FrozenAmount     string
	ModificationTime string
	PriceLimit       string
	Status           string
	TotalAmount      string
}

DescribeCouponDetailResponse represents the response of the api DescribeCouponDetail.

type DescribeCouponListResponse

type DescribeCouponListResponse struct {
	Coupons struct {
		Coupon []struct {
			Application      string
			BalanceAmount    string
			CouponNumber     string
			CouponTemplateId int64
			CreationTime     string
			DeliveryTime     string
			Description      string
			ExpiredAmount    string
			ExpiredTime      string
			FrozenAmount     string
			ModificationTime string
			PriceLimit       string
			Status           string
			TotalAmount      string
		}
	}
}

DescribeCouponListResponse represents the response of the api DescribeCouponList.

Jump to

Keyboard shortcuts

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