billing

package
v0.3.11-8 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

View Source
const (
	BILLING_TYPE_POSTPAID = billing.BILLING_TYPE_POSTPAID
	BILLING_TYPE_PREPAID  = billing.BILLING_TYPE_PREPAID
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BillingDetailsInfo

type BillingDetailsInfo struct {
}

type BillingResourceListInput

type BillingResourceListInput struct {
	// 计费类型,按需计费和预付费
	// pattern:prepaid|postpaid
	BillingType string `json:"billing_type"`

	// 计费过期时间的查询起始时间
	BillingExpireSince time.Time `json:"billing_expire_since"`
	// 计费过期时间的查询终止时间
	BillingExpireBefore time.Time `json:"billing_expire_before"`

	// 计费周期
	// example:7d
	BillingCycle string `json:"billing_cycle"`
}

Jump to

Keyboard shortcuts

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