dk.sdu.cloud.accounting.api.ProductReference

UCloud Developer Guide / Accounting and Project Management / Products

ProductReference

Contains a unique reference to a Product

data class ProductReference(
    val id: String,
    val category: String,
    val provider: String,
)
Properties

Last updated