GroupCount

@Serializable()
public final class GroupCount

Constructors

Link copied to clipboard
public GroupCount GroupCount(Integer total, Integer sentTotal, Integer sentFailed, Integer sentSuccess, Integer sentPending, Integer sentReplacement, Integer refund, Integer registeredFailed, Integer registeredSuccess)

Properties

Link copied to clipboard
private final Integer refund
Link copied to clipboard
private final Integer registeredFailed
Link copied to clipboard
private final Integer registeredSuccess
Link copied to clipboard
private final Integer sentFailed
Link copied to clipboard
private final Integer sentPending
Link copied to clipboard
private final Integer sentReplacement
Link copied to clipboard
private final Integer sentSuccess
Link copied to clipboard
private final Integer sentTotal
Link copied to clipboard
private final Integer total

Functions

Link copied to clipboard
public final Integer getRefund()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Integer getSentFailed()
Link copied to clipboard
public final Integer getSentPending()
Link copied to clipboard
public final Integer getSentReplacement()
Link copied to clipboard
public final Integer getSentSuccess()
Link copied to clipboard
public final Integer getSentTotal()
Link copied to clipboard
public final Integer getTotal()