resource_billing_rule

package
v0.1.39 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BillingRuleResourceSchema

func BillingRuleResourceSchema(ctx context.Context) schema.Schema

Types

type BillingRuleModel

type BillingRuleModel struct {
	Amount         types.Float64 `tfsdk:"amount"`
	Category       types.String  `tfsdk:"category"`
	ChargeType     types.String  `tfsdk:"charge_type"`
	CreatedAt      types.String  `tfsdk:"created_at"`
	CreatedByToken types.String  `tfsdk:"created_by_token"`
	Percentage     types.Float64 `tfsdk:"percentage"`
	Service        types.String  `tfsdk:"service"`
	StartPeriod    types.String  `tfsdk:"start_period"`
	SubCategory    types.String  `tfsdk:"sub_category"`
	Title          types.String  `tfsdk:"title"`
	Token          types.String  `tfsdk:"token"`
	Type           types.String  `tfsdk:"type"`
}

Jump to

Keyboard shortcuts

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