UseBalanceRequest

constructor(customerId: String, amount: Int, label: String? = null, metadata: Map<String, String>? = null)

Parameters

customerId

Unique identifier for the customer.

amount

How much to decrease a customer's balance by. Amount is in the smallest currency denomination (e.g. cents for USD).

label

A string identifier that can be attached to this transaction ID for future search and observability purposes.

metadata

Set of string key-value pairs that you can attach to a transaction. This can be useful for storing additional information about the transaction in a structured format.