Package com.gemalto.mfs.mwsdk.payment
Class PaymentBusinessManager
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.payment.PaymentBusinessManager
-
public class PaymentBusinessManager extends java.lang.Object
This serves as the entry point to the Payment Business Module.
-
-
Constructor Summary
Constructors Constructor Description PaymentBusinessManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PaymentBusinessService
getPaymentBusinessService()
Retrieves the currently running payment business service.
-
-
-
Method Detail
-
getPaymentBusinessService
public static PaymentBusinessService getPaymentBusinessService()
Retrieves the currently running payment business service.- Returns:
- the currently running payment business service.
-
-