UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

15 lines (14 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); /** * Update a card by its token for the privacy account */ class UpdateCardRequest extends _1.PutEndpoint { constructor(params) { super(); this.path = "/card"; this.params = params; } } exports.UpdateCardRequest = UpdateCardRequest;