| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
TransactionApi.transaction(Transaction JSON)
Use transaction to record attempts results to Pay, Transfer money, Refund or other transactions.
|
com.squareup.okhttp.Call |
TransactionApi.transactionAsync(Transaction JSON,
ApiCallback<EventResponse> callback)
Use transaction to record attempts results to Pay, Transfer money, Refund or other transactions.
|
com.squareup.okhttp.Call |
TransactionApi.transactionCall(Transaction JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for transaction
|
ApiResponse<EventResponse> |
TransactionApi.transactionWithHttpInfo(Transaction JSON)
Use transaction to record attempts results to Pay, Transfer money, Refund or other transactions.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.amount(String amount) |
Transaction |
Transaction.billingAddress(BillingAddress billingAddress) |
Transaction |
Transaction.currencyCode(String currencyCode) |
Transaction |
Transaction.customInfo(CustomInfo customInfo) |
Transaction |
Transaction.deviceIp(String deviceIp) |
Transaction |
Transaction.isFirstTimeBuyer(Boolean isFirstTimeBuyer) |
Transaction |
Transaction.orderId(String orderId) |
Transaction |
Transaction.originTimestamp(String originTimestamp) |
Transaction |
Transaction.paymentMethod(PaymentMethod paymentMethod) |
Transaction |
Transaction.sessionId(String sessionId) |
Transaction |
Transaction.shippingAddress(ShippingAddress shippingAddress) |
Transaction |
Transaction.transactionId(String transactionId) |
Transaction |
Transaction.transactionStatus(String transactionStatus) |
Transaction |
Transaction.transactionType(String transactionType) |
Transaction |
Transaction.userEmail(String userEmail) |
Transaction |
Transaction.userId(String userId) |
Copyright © 2017. All rights reserved.