Class CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder
- java.lang.Object
-
- com.checkout.reconciliation.previous.CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder
-
- Enclosing class:
- CurrentPeriodBreakdown
public static class CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
processedAmount
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder processedAmount(java.lang.Long processedAmount)
- Returns:
this.
-
refundAmount
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder refundAmount(java.lang.Long refundAmount)
- Returns:
this.
-
chargebackAmount
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder chargebackAmount(java.lang.Long chargebackAmount)
- Returns:
this.
-
payoutsToCardAmount
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder payoutsToCardAmount(java.lang.Long payoutsToCardAmount)
- Returns:
this.
-
processingFees
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder processingFees(java.lang.Integer processingFees)
- Returns:
this.
-
processingFeesBreakdown
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder processingFeesBreakdown(ProcessingFeesBreakdown processingFeesBreakdown)
- Returns:
this.
-
rollingReserveAmount
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder rollingReserveAmount(java.lang.Integer rollingReserveAmount)
- Returns:
this.
-
tax
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder tax(java.lang.Integer tax)
- Returns:
this.
-
adminFees
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder adminFees(java.lang.Integer adminFees)
- Returns:
this.
-
generalAdjustments
public CurrentPeriodBreakdown.CurrentPeriodBreakdownBuilder generalAdjustments(java.lang.Integer generalAdjustments)
- Returns:
this.
-
build
public CurrentPeriodBreakdown build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-