Class BalanceDropInServiceResult.Balance

  • All Implemented Interfaces:

    
    public final class BalanceDropInServiceResult.Balance
    extends BalanceDropInServiceResult
                        

    Only applicable for partial payments flow.

    A call to /paymentMethods/balance was successful and returned with a BalanceResult that needs to be handled.

    Use BalanceResult.SERIALIZER to deserialize your JSON response string.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final BalanceResult balance
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BalanceResult getBalance()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BalanceDropInServiceResult.Balance

        BalanceDropInServiceResult.Balance(BalanceResult balance)