Refund Receipt
data class RefundReceipt(val created: String, val ebtCashAmount: String, val isVoided: Boolean, val last4: String, val message: String, val snapAmount: String, val balance: Balance?, val refNumber: String, val otherAmount: String, val salesTaxApplied: String, val transactionType: String, val sequenceNumber: String)
Constructors
Properties
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The USD amount charged/refunded to the SNAP balance of the EBT Card, represented as a numeric string.
Link copied to clipboard