Interface PaymentAccountSummaryService
-
- All Known Implementing Classes:
DefaultPaymentAccountSummaryService
public interface PaymentAccountSummaryServiceThis service provides a mechanism to build aPaymentAccountSummarybased on thePaymentAccount.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaymentAccountSummarybuildSummary(@NonNull PaymentAccount paymentAccount)DeterminesPaymentAccountSummarybased on thePaymentAccount.
-
-
-
Method Detail
-
buildSummary
PaymentAccountSummary buildSummary(@NonNull @NonNull PaymentAccount paymentAccount)
DeterminesPaymentAccountSummarybased on thePaymentAccount.- Parameters:
paymentAccount- the payment account used to build the summary- Returns:
- the payment account summary for the specified payment account
-
-