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 usingSavedPaymentMethodSummary
in PaymentTransactionServices to manage saved payment methods.This service provides a mechanism to build aPaymentAccountSummary
based on thePaymentAccount
.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PaymentAccountSummary
buildSummary(@NonNull PaymentAccount paymentAccount)
Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
.
-
-
-
Method Detail
-
buildSummary
PaymentAccountSummary buildSummary(@NonNull @NonNull PaymentAccount paymentAccount)
Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
.- Parameters:
paymentAccount
- the payment account used to build the summary- Returns:
- the payment account summary for the specified payment account
-
-