EbtError51Details

data class EbtError51Details(val snapBalance: String?, val cashBalance: String?) : 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?, cashBalance: String?)

Properties

Link copied to clipboard

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

Link copied to clipboard

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.