Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: adds finances data types (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGaivorontsev committed Oct 28, 2021
1 parent 819fe79 commit 2425277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sections/finances/codec.ts
Expand Up @@ -90,6 +90,7 @@ export enum ChargeTypeEnum {
'TCS-UTGST' = 'TCS-UTGST',
'LowValueGoodsTax-Shipping' = 'LowValueGoodsTax-Shipping',
'LowValueGoodsTax-Principal' = 'LowValueGoodsTax-Principal',
'MarketplaceFacilitatorTax-RestockingFee' = 'MarketplaceFacilitatorTax-RestockingFee',
}

const ChargeType = enumeration(ChargeTypeEnum)
Expand Down Expand Up @@ -347,6 +348,8 @@ export enum AdjustmentTypeEnum {
WAREHOUSE_LOST = 'WAREHOUSE_LOST',
LowValueGoods = 'LowValueGoods',
ItemTaxWithheldList = 'ItemTaxWithheldList',
ReserveDebit = 'ReserveDebit',
ReserveCredit = 'ReserveCredit',
}

const AdjustmentType = enumeration(AdjustmentTypeEnum)
Expand Down

0 comments on commit 2425277

Please sign in to comment.