public class RegistrationManager
Provides methods for performing registrations
public static RegistrationManager INSTANCE
Provides methods for performing registrations
@Nullable public java.lang.Object registerPointOfSale(@NotNull PosRegistration request, @NotNull kotlin.jvm.functions.Function2<? super com.worldpay.registration.PosRegistrationStream,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> callback, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Registers a Point Of Sale with the remote host.
request
- holds information about the POS to registercallback
- receiver that provides access to the result of the registration.