package uk.gov.dhsc.htbhf.claimant.entity; /** * Status of a payment. */ public enum PaymentStatus { SUCCESS, FAILURE, ERROR }