public static class Oneclick.MallTransaction extends BaseTransaction
options| Constructor and Description |
|---|
MallTransaction() |
MallTransaction(Options options) |
| Modifier and Type | Method and Description |
|---|---|
OneclickMallTransactionAuthorizeResponse |
authorize(String username,
String tbkUser,
String parentBuyOrder,
MallTransactionCreateDetails details) |
OneclickMallTransactionCaptureResponse |
capture(String childCommerceCode,
String childBuyOrder,
String authorizationCode,
double captureAmount) |
OneclickMallTransactionRefundResponse |
refund(String buyOrder,
String childCommerceCode,
String childBuyOrder,
double amount) |
OneclickMallTransactionStatusResponse |
status(String buyOrder) |
public MallTransaction()
public MallTransaction(Options options)
public OneclickMallTransactionAuthorizeResponse authorize(String username, String tbkUser, String parentBuyOrder, MallTransactionCreateDetails details) throws IOException, TransactionAuthorizeException
public OneclickMallTransactionRefundResponse refund(String buyOrder, String childCommerceCode, String childBuyOrder, double amount) throws IOException, TransactionRefundException
public OneclickMallTransactionStatusResponse status(String buyOrder) throws IOException, TransactionStatusException
public OneclickMallTransactionCaptureResponse capture(String childCommerceCode, String childBuyOrder, String authorizationCode, double captureAmount) throws IOException, TransactionCaptureException
Copyright © 2018–2024. All rights reserved.