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