UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

17 lines 750 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invoiceWebhookBuyerFieldsInterfaceSchema = void 0; const zod_1 = require("zod"); exports.invoiceWebhookBuyerFieldsInterfaceSchema = zod_1.z.object({ buyerName: zod_1.z.string().optional(), buyerAddress1: zod_1.z.string().optional(), buyerAddress2: zod_1.z.string().optional(), buyerCity: zod_1.z.string().optional(), buyerState: zod_1.z.string().optional(), buyerZip: zod_1.z.string().optional(), buyerCountry: zod_1.z.string().optional(), buyerPhone: zod_1.z.string().optional(), buyerNotify: zod_1.z.boolean().optional(), buyerEmail: zod_1.z.string().optional() }); //# sourceMappingURL=InvoiceWebhookBuyerFields.zod.js.map