GetPaymentInstrumentBalanceRequest

Request structure for getting payment instrument balance

Types

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

Properties

Link copied to clipboard

The agent name associated with this request, used for observability.

Link copied to clipboard

The specific blockchain chain to query balance on. Required because balances are chain-specific — the same wallet address may hold different token balances on different chains.

Link copied to clipboard

The ID of the payment connector associated with this instrument.

Link copied to clipboard

The ID of the payment instrument to query balance for.

Link copied to clipboard

The ARN of the payment manager that owns this payment instrument.

Link copied to clipboard

The token to query balance for. Required to specify which supported token's balance to return.

Link copied to clipboard

The user ID associated with this payment instrument.

Functions

Link copied to clipboard
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