UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

12 lines (11 loc) 225 B
type BulkShipping = { enabled: boolean; address: string; address1: string; address2: string; city: string; state: string; postal_code: string; country: string; }; export type { BulkShipping };