Package com.checkout.payments.response
Class PaymentResponseBalances.PaymentResponseBalancesBuilder
- java.lang.Object
-
- com.checkout.payments.response.PaymentResponseBalances.PaymentResponseBalancesBuilder
-
- Enclosing class:
- PaymentResponseBalances
public static class PaymentResponseBalances.PaymentResponseBalancesBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentResponseBalances.PaymentResponseBalancesBuilderavailableToCapture(java.lang.Long availableToCapture)PaymentResponseBalances.PaymentResponseBalancesBuilderavailableToRefund(java.lang.Long availableToRefund)PaymentResponseBalances.PaymentResponseBalancesBuilderavailableToVoid(java.lang.Long availableToVoid)PaymentResponseBalancesbuild()java.lang.StringtoString()PaymentResponseBalances.PaymentResponseBalancesBuildertotalAuthorized(java.lang.Long totalAuthorized)PaymentResponseBalances.PaymentResponseBalancesBuildertotalCaptured(java.lang.Long totalCaptured)PaymentResponseBalances.PaymentResponseBalancesBuildertotalRefunded(java.lang.Long totalRefunded)PaymentResponseBalances.PaymentResponseBalancesBuildertotalVoided(java.lang.Long totalVoided)
-
-
-
Method Detail
-
totalAuthorized
public PaymentResponseBalances.PaymentResponseBalancesBuilder totalAuthorized(java.lang.Long totalAuthorized)
- Returns:
this.
-
totalVoided
public PaymentResponseBalances.PaymentResponseBalancesBuilder totalVoided(java.lang.Long totalVoided)
- Returns:
this.
-
availableToVoid
public PaymentResponseBalances.PaymentResponseBalancesBuilder availableToVoid(java.lang.Long availableToVoid)
- Returns:
this.
-
totalCaptured
public PaymentResponseBalances.PaymentResponseBalancesBuilder totalCaptured(java.lang.Long totalCaptured)
- Returns:
this.
-
availableToCapture
public PaymentResponseBalances.PaymentResponseBalancesBuilder availableToCapture(java.lang.Long availableToCapture)
- Returns:
this.
-
totalRefunded
public PaymentResponseBalances.PaymentResponseBalancesBuilder totalRefunded(java.lang.Long totalRefunded)
- Returns:
this.
-
availableToRefund
public PaymentResponseBalances.PaymentResponseBalancesBuilder availableToRefund(java.lang.Long availableToRefund)
- Returns:
this.
-
build
public PaymentResponseBalances build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-