-
public interface UserChoiceBillingListenerListener for user choice billing selection Called when user selects alternative billing in the user choice flow
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUserSelectedAlternativeBilling(UserChoiceDetails details)Called when user selects alternative billing -
-
Method Detail
-
onUserSelectedAlternativeBilling
abstract Unit onUserSelectedAlternativeBilling(UserChoiceDetails details)
Called when user selects alternative billing
- Parameters:
details- User choice details including external transaction token and products
-
-
-
-