EbtBalance
data class EbtBalance(val snap: String, val cash: String, val paymentMethodRef: String? = null) : 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.