public class OfflineReportResponse
extends ReportResponse
The message to receive details of stored offline transactions.
public OfflineReportResponse(@NotNull Paypoint paypoint, long count)
The message to receive details of stored offline transactions.
paypoint
- The paypoint that the payment device is connected to.count
- The total number transactions currently stored offline.@NotNull public Paypoint getPaypoint()
The paypoint that the payment device is connected to.
public long getCount()
The total number transactions currently stored offline.
@NotNull public Paypoint component1()
The paypoint that the payment device is connected to.
public long component2()
The total number transactions currently stored offline.
@NotNull public OfflineReportResponse copy(@NotNull Paypoint paypoint, long count)
The message to receive details of stored offline transactions.
@NotNull public java.lang.String toString()
The message to receive details of stored offline transactions.
public int hashCode()
The message to receive details of stored offline transactions.
public boolean equals(@Nullable java.lang.Object p)
The message to receive details of stored offline transactions.