0.3.0 - Agregar tipos de unidades
This commit is contained in:
parent
2a68f4f90d
commit
ddc5f1ae3c
2 changed files with 3 additions and 1 deletions
2
order.ts
2
order.ts
|
@ -66,6 +66,8 @@ export interface OrderItemDto {
|
||||||
Quantity: number;
|
Quantity: number;
|
||||||
UnitPrice: number;
|
UnitPrice: number;
|
||||||
DiscountPercentage?: number;
|
DiscountPercentage?: number;
|
||||||
|
SelectMeasureUnit?: string;
|
||||||
|
MeasureCode?: string;
|
||||||
}
|
}
|
||||||
export interface ShippingDto {
|
export interface ShippingDto {
|
||||||
ShippingID: number;
|
ShippingID: number;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@suttyweb/hyperpop",
|
"name": "@suttyweb/hyperpop",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas",
|
"description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue