All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.global.api.entities.payFac.PaymentStatistics Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.payFac;

import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;

import java.math.BigDecimal;

@Accessors(chain = true)
@Getter
@Setter
public class PaymentStatistics {
    // The total monthly sales of the merchant
    private BigDecimal totalMonthlySalesAmount;
    // The total monthly sales of the merchant
    private BigDecimal averageTicketSalesAmount;
    // The merchants highest ticket amount
    private BigDecimal highestTicketSalesAmount;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy