Refund
data class Refund(val amount: String, val created: String, val fundingType: String, val metadata: Map<String, String>?, val receipt: RefundReceipt?, val ref: String, val status: String, val updated: String, val paymentRef: String, val reason: String, val posTerminal: PosTerminal, val sequenceNumber: String, val externalOrderId: String?)
Properties
Link copied to clipboard
A positive decimal number that represents how much the PaymentMethod was charged in USD. Precision to the penny is supported. The minimum amount that can be charged is 0.01. To differentiate between a SNAP and an EBT Cash charge on the same EBT Card, use fundingType.
Link copied to clipboard
Link copied to clipboard
The payment instrument type. Use fundingType to differentiate between a SNAP (ebt_snap
) and an EBT Cash (ebt_cash
) charge on the same EBT Card.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Most of the information that you're required to display to the customer, according to FNS regulations. receipt is null if the data that populates the receipt is not yet available.
Link copied to clipboard
Link copied to clipboard
The status of the Payment. Learn more