I\'m unsure what the type should be for a method in a react class component. I\'ve tried doing setFullRefundAmount = (): void => ..., but the signature
setFullRefundAmount = (): void => ...
signature