bananas-commerce-admin
Version:
What's this, an admin for apes?
7 lines • 353 B
JavaScript
export var ReceiptIntention;
(function (ReceiptIntention) {
ReceiptIntention[ReceiptIntention["Payment"] = 1] = "Payment";
ReceiptIntention[ReceiptIntention["Cancellation"] = 2] = "Cancellation";
ReceiptIntention[ReceiptIntention["Refund"] = 3] = "Refund";
})(ReceiptIntention || (ReceiptIntention = {}));
//# sourceMappingURL=receipt.js.map