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