Interface PaymentAccountSummaryService

All Known Implementing Classes:
DefaultPaymentAccountSummaryService

@Deprecated(since="1.7.2", forRemoval=true) public interface PaymentAccountSummaryService
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.7.2, in favor of using SavedPaymentMethodSummary in PaymentTransactionServices to manage saved payment methods.
This service provides a mechanism to build a PaymentAccountSummary based on the PaymentAccount.
Author:
Dima Myroniuk (dmyroniuk)
  • Method Details

    • buildSummary

      PaymentAccountSummary buildSummary(@NonNull @NonNull PaymentAccount paymentAccount)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Determines PaymentAccountSummary based on the PaymentAccount.
      Parameters:
      paymentAccount - the payment account used to build the summary
      Returns:
      the payment account summary for the specified payment account