ResourceChargeCredits

API: Stable

data class ResourceChargeCredits(
    val id: String,
    val chargeId: String,
    val units: Long,
    val periods: Long?,
    val performedBy: String?,
    val description: String?,
)
Properties
id: String The ID of the `Resource`
chargeId: String The ID of the charge

This charge ID must be unique for the Resource, UCloud will reject charges which are not unique.

units: Long Amount of units to charge the user
periods: Long?
performedBy: String?
description: String?