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.

27 lines (26 loc) 618 B
type Variant = { id: number; category_id: number; product_id: number; name: string; description: string; sku: string; product_name: string; product_description: string; type: number; voucher_type: number; quantity: number; available_quantity: number; picture: string[]; retail_price: number; tier_price: number; total_retail_price: number; total_amount: number; tax_percentage: number; retail_tax_amount: number; tax_amount: number; fee_amount: number; discount_amount: number; net_amount: number; }; export type { Variant };