Receipt

data class Receipt(    val created: String,     val ebtCashAmount: String,     val isVoided: Boolean,     val last4: String,     val message: String,     val snapAmount: String,     val balance: Balance?)

Constructors

Link copied to clipboard
constructor(    created: String,     ebtCashAmount: String,     isVoided: Boolean,     last4: String,     message: String,     snapAmount: String,     balance: Balance?)

Properties

Link copied to clipboard

The remaining balance on the EBT Card after the Payment was processed.

Link copied to clipboard

A UTC-8 timestamp of when the Receipt was created, represented as an ISO 8601 date-time string.

Link copied to clipboard

The USD amount charged/refunded to the EBT Cash balance of the EBT Card, represented as a numeric string.

Link copied to clipboard

A boolean that indicates whether the Receipt is voided.

Link copied to clipboard

The last four digits of the EBT Card number that was charged.

Link copied to clipboard

A message from the EBT payment network that must be displayed to the EBT cardholder.

Link copied to clipboard

The USD amount charged/refunded to the SNAP balance of the EBT Card, represented as a numeric string.