UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

15 lines (14 loc) 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); /** * Adds a bank account as a funding source using routing and account numbers. Returns a FundingAccount object containing the bank information. */ class AddBankRequest extends _1.PostEndpoint { constructor(params) { super(); this.path = "/fundingsource/bank"; this.params = params; } } exports.AddBankRequest = AddBankRequest;