BalanceUpdate

data class BalanceUpdate(val currentBalance: Balance, val label: String?, val timestamp: String, val transactionId: String)

The result of a AddBalanceRequest or UseBalanceRequest

Parameters

currentBalance

The updated, current Balance

label

The string identifier that was provided in the request.

timestamp

The timestamp of the update to the Customer's balance.

transactionId

The unique identifier for the transaction that caused the balance change.

Constructors

Link copied to clipboard
constructor(currentBalance: Balance, label: String?, timestamp: String, transactionId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard