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

Commit

Permalink
feat: made FBALiquidationEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 19, 2020
1 parent a0684b6 commit 5f3379a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/sections/finances/codec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,13 @@ const SellerReviewEnrollmentPaymentEvent = Codec.interface({
ChargeComponent: optional(ChargeComponent),
TotalAmount: optional(CurrencyAmount),
})
/**
* @todo
*/
const FBALiquidationEvent = unknown

const FBALiquidationEvent = Codec.interface({
PostedDate: optional(mwsDate),
OriginalRemovalOrderId: optional(ensureString),
LiquidationProceedsAmount: optional(CurrencyAmount),
LiquidationFeeAmount: optional(CurrencyAmount),
})
/**
* @todo
*/
Expand Down

0 comments on commit 5f3379a

Please sign in to comment.