Interface PaymentAccountSummaryService
- All Known Implementing Classes:
DefaultPaymentAccountSummaryService
Deprecated, for removal: This API element is subject to removal in a future version.
This service provides a mechanism to build a
PaymentAccountSummary
based on the
PaymentAccount
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Method Summary
Modifier and TypeMethodDescriptionbuildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
.
-
Method Details
-
buildSummary
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
-
SavedPaymentMethodSummary
in PaymentTransactionServices to manage saved payment methods.