EbtBalance

data class EbtBalance(val snap: String, val cash: String) : Balance

Parameters

snap

The available SNAP balance on the customer’s EBT Card, represented as a numeric string.

cash

The available EBT Cash balance on the customer’s EBT Card, represented as a numeric string.

Constructors

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(snap: String, cash: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String