Package-level declarations
Types
Link copied to clipboard
data class GetPricesPrice(val currency: String, val discountPrice: Double, val moduleDetails: List<GetPricesPriceModuleDetail>, val originalPrice: Double, val promotionDetails: List<GetPricesPricePromotionDetail>, val tradePrice: Double)
Link copied to clipboard
Link copied to clipboard
data class GetPricesPricePromotionDetail(val promotionDesc: String, val promotionId: Int, val promotionName: String)
Link copied to clipboard
data class GetPricesResult(val desireAttributes: Map<String, String>? = null, val id: String, val outputFile: String? = null, val prices: List<GetPricesPrice>, val product: String, val resourceCode: String)
A collection of values returned by getPrices.
Link copied to clipboard
Link copied to clipboard
data class GetProductsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val products: List<GetProductsProduct>)
A collection of values returned by getProducts.
Link copied to clipboard
data class GetResourceTypesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val product: String, val types: List<GetResourceTypesType>)
A collection of values returned by getResourceTypes.
Link copied to clipboard
data class GetResourceTypesType(val createOnlyProperties: List<String>, val deleteOnlyProperties: List<String>, val filterProperties: List<String>, val getOnlyProperties: List<String>, val getResponseProperties: List<String>, val handlers: GetResourceTypesTypeHandlers, val id: String, val infos: List<GetResourceTypesTypeInfo>, val listOnlyProperties: List<String>, val listResponseProperties: List<String>, val primaryIdentifier: String, val product: String, val properties: String, val publicProperties: List<String>, val readOnlyProperties: List<String>, val requireds: List<String>, val resourceType: String, val sensitiveInfoProperties: List<String>, val updateOnlyProperties: List<String>, val updateTypeProperties: List<String>)
Link copied to clipboard
data class GetResourceTypesTypeHandlers(val creates: List<GetResourceTypesTypeHandlersCreate>, val deletes: List<GetResourceTypesTypeHandlersDelete>, val gets: List<GetResourceTypesTypeHandlersGet>, val lists: List<GetResourceTypesTypeHandlersList>, val updates: List<GetResourceTypesTypeHandlersUpdate>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetResourceTypesTypeInfo(val chargeType: String, val deliveryScope: String, val description: String, val title: String)