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

Commit

Permalink
feat: made SellerReviewEnrollmentPaymentEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 19, 2020
1 parent 78078d5 commit a0684b6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sections/finances/codec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,14 @@ const SAFETReimbursementEvent = Codec.interface({
),
})

/**
* @todo
*/
const SellerReviewEnrollmentPaymentEvent = unknown
const SellerReviewEnrollmentPaymentEvent = Codec.interface({
PostedDate: optional(mwsDate),
EnrollmentId: optional(ensureString),
ParentASIN: optional(string),
FeeComponent: optional(FeeComponent),
ChargeComponent: optional(ChargeComponent),
TotalAmount: optional(CurrencyAmount),
})
/**
* @todo
*/
Expand Down

0 comments on commit a0684b6

Please sign in to comment.