react-native-unit-components
Version:
Unit React Native components
50 lines (49 loc) • 2.42 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNPlaidAccountFilter = exports.UNPaymentType = exports.UNCounterpartyVerificationMethod = exports.UNCounterpartyType = exports.UNConnectionAccountType = exports.UNConnectedAccountStatus = exports.UNCardNetwork = void 0;
let UNPaymentType = exports.UNPaymentType = /*#__PURE__*/function (UNPaymentType) {
UNPaymentType["AchPayment"] = "achPayment";
UNPaymentType["BookPayment"] = "bookPayment";
UNPaymentType["CardToCardPayment"] = "cardToCardPayment";
UNPaymentType["WirePayment"] = "wirePayment";
return UNPaymentType;
}({});
let UNCounterpartyType = exports.UNCounterpartyType = /*#__PURE__*/function (UNCounterpartyType) {
UNCounterpartyType["Business"] = "Business";
UNCounterpartyType["Person"] = "Person";
UNCounterpartyType["Unknown"] = "Unknown";
return UNCounterpartyType;
}({});
let UNConnectedAccountStatus = exports.UNConnectedAccountStatus = /*#__PURE__*/function (UNConnectedAccountStatus) {
UNConnectedAccountStatus["Pending"] = "Pending";
UNConnectedAccountStatus["Failed"] = "Failed";
UNConnectedAccountStatus["Verified"] = "Verified";
return UNConnectedAccountStatus;
}({});
let UNConnectionAccountType = exports.UNConnectionAccountType = /*#__PURE__*/function (UNConnectionAccountType) {
UNConnectionAccountType["SameDayMicroDeposit"] = "SameDayMicroDeposit";
UNConnectionAccountType["Instant"] = "Instant";
return UNConnectionAccountType;
}({});
let UNPlaidAccountFilter = exports.UNPlaidAccountFilter = /*#__PURE__*/function (UNPlaidAccountFilter) {
UNPlaidAccountFilter["checking"] = "checking";
UNPlaidAccountFilter["savings"] = "savings";
return UNPlaidAccountFilter;
}({});
let UNCounterpartyVerificationMethod = exports.UNCounterpartyVerificationMethod = /*#__PURE__*/function (UNCounterpartyVerificationMethod) {
UNCounterpartyVerificationMethod["Plaid"] = "Plaid";
return UNCounterpartyVerificationMethod;
}({});
let UNCardNetwork = exports.UNCardNetwork = /*#__PURE__*/function (UNCardNetwork) {
UNCardNetwork["Visa"] = "Visa";
UNCardNetwork["Diners"] = "Diners";
UNCardNetwork["Maestro"] = "Maestro";
UNCardNetwork["Generic"] = "Generic";
UNCardNetwork["Discover"] = "Discover";
UNCardNetwork["MasterCard"] = "MasterCard";
UNCardNetwork["AmericanExpress"] = "AmericanExpress";
return UNCardNetwork;
}({});
//# sourceMappingURL=payments.types.js.map