coinforbarter-react-native
Version:
CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App
16 lines (15 loc) • 611 B
JavaScript
export var PaymentTypeOptions;
(function (PaymentTypeOptions) {
PaymentTypeOptions["UPDATE"] = "UPDATE";
PaymentTypeOptions["CREATE"] = "CREATE";
PaymentTypeOptions["CLEAR"] = "CLEAR";
})(PaymentTypeOptions || (PaymentTypeOptions = {}));
export var PaymentStatus;
(function (PaymentStatus) {
PaymentStatus["Success"] = "success";
PaymentStatus["Error"] = "error";
PaymentStatus["Pending"] = "pending";
PaymentStatus["Cancelled"] = "cancelled";
PaymentStatus["Inprogress"] = "in progress";
PaymentStatus["Null"] = "";
})(PaymentStatus || (PaymentStatus = {}));