Price

class Price

The price per request for a payment network, specifying the amount and cryptocurrency.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The price per request as a decimal string in the specified currency. Minimum: 0.001. Maximum: 999999999.999. Supports up to 3 decimal places.

Link copied to clipboard

The cryptocurrency for payment. Currently only USDC is supported.

Functions

Link copied to clipboard
inline fun copy(block: Price.Builder.() -> Unit = {}): Price
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String