FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd

data class FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsd(val cents: Int? = null, val dollars: Int? = null, val tenthFractionsOfACent: Int? = null)

Constructors

constructor(cents: Int? = null, dollars: Int? = null, tenthFractionsOfACent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cents: Int? = null

The fractional portion, in cents, of the amount. Valid value range between 0 and 99.

Link copied to clipboard
val dollars: Int? = null

The whole number of dollars in the amount. Valid value range between 0 and 2.

Link copied to clipboard

Fractions of a cent, in tenths. Valid value range between 0 and 9.