react-native-unit-components
Version:
Unit React Native components
24 lines (23 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.UNCounterpartyType = exports.UNConnectionAccountType = exports.UNConnectedAccountStatus = void 0;
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;
}({});
//# sourceMappingURL=counterparty.types.js.map