EbtError51Details

data class EbtError51Details(val snapBalance: String? = null, val cashBalance: String? = null) : ForageErrorDetails

An error that is returned when a customer's EBT Card balance is insufficient to complete a payment.

See also

Constructors

Link copied to clipboard
constructor(snapBalance: String? = null, cashBalance: String? = null)

Properties

Link copied to clipboard
val cashBalance: String? = null

A string that represents the available EBT Cash balance on the EBT Card.

Link copied to clipboard
val snapBalance: String? = null

A string that represents the available SNAP balance on the EBT Card.

Functions

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

A method that converts the EbtError51Details to a string.