public static class Oneclick.MallInscription extends BaseTransaction
options| Constructor and Description |
|---|
MallInscription() |
MallInscription(Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String tbkUser,
String username) |
OneclickMallInscriptionFinishResponse |
finish(String token) |
OneclickMallInscriptionStartResponse |
start(String username,
String email,
String responseUrl)
Starts a new Oneclick Mall Inscription.
|
public MallInscription()
public MallInscription(Options options)
public OneclickMallInscriptionStartResponse start(String username, String email, String responseUrl) throws IOException, InscriptionStartException
username - The username of the user.email - The email of the user.responseUrl - The URL to redirect the user to after the inscription is completed.IOException - If there is an error during the execution of the request.InscriptionStartException - If there is an error during the start of the inscription.public OneclickMallInscriptionFinishResponse finish(String token) throws IOException, InscriptionFinishException
public void delete(String tbkUser, String username) throws IOException, InscriptionDeleteException
Copyright © 2018–2024. All rights reserved.