Class Balances.BalancesBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.payments.postpayments.responses.requestapaymentorpayoutresponsecreated.balances.Balances.BalancesBuilder
-
- Enclosing class:
- Balances
public static class Balances.BalancesBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Balances.BalancesBuilderavailableToCapture(java.lang.Integer availableToCapture)The total amount that is still available for capture [Optional]Balances.BalancesBuilderavailableToRefund(java.lang.Integer availableToRefund)The total amount that is still available for refund [Optional]Balances.BalancesBuilderavailableToVoid(java.lang.Integer availableToVoid)The total amount that is still available for voiding [Optional]Balancesbuild()java.lang.StringtoString()Balances.BalancesBuildertotalAuthorized(java.lang.Integer totalAuthorized)The total amount that has been authorized [Optional]Balances.BalancesBuildertotalCaptured(java.lang.Integer totalCaptured)The total amount that has been captured [Optional]Balances.BalancesBuildertotalRefunded(java.lang.Integer totalRefunded)The total amount that has been refunded [Optional]Balances.BalancesBuildertotalVoided(java.lang.Integer totalVoided)The total amount that has been voided [Optional]
-
-
-
Method Detail
-
totalAuthorized
public Balances.BalancesBuilder totalAuthorized(java.lang.Integer totalAuthorized)
The total amount that has been authorized [Optional]- Returns:
this.
-
totalVoided
public Balances.BalancesBuilder totalVoided(java.lang.Integer totalVoided)
The total amount that has been voided [Optional]- Returns:
this.
-
availableToVoid
public Balances.BalancesBuilder availableToVoid(java.lang.Integer availableToVoid)
The total amount that is still available for voiding [Optional]- Returns:
this.
-
totalCaptured
public Balances.BalancesBuilder totalCaptured(java.lang.Integer totalCaptured)
The total amount that has been captured [Optional]- Returns:
this.
-
availableToCapture
public Balances.BalancesBuilder availableToCapture(java.lang.Integer availableToCapture)
The total amount that is still available for capture [Optional]- Returns:
this.
-
totalRefunded
public Balances.BalancesBuilder totalRefunded(java.lang.Integer totalRefunded)
The total amount that has been refunded [Optional]- Returns:
this.
-
availableToRefund
public Balances.BalancesBuilder availableToRefund(java.lang.Integer availableToRefund)
The total amount that is still available for refund [Optional]- Returns:
this.
-
build
public Balances build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-