| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsVoidsPost201Response |
VoidApi.voidCapture(VoidCaptureRequest voidCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
PtsV2PaymentsVoidsPost201Response |
VoidApi.voidCredit(VoidCreditRequest voidCreditRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
PtsV2PaymentsVoidsPost201Response |
VoidApi.voidPayment(VoidPaymentRequest voidPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
PtsV2PaymentsVoidsPost201Response |
VoidApi.voidRefund(VoidRefundRequest voidRefundRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Refund
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidCaptureWithHttpInfo(VoidCaptureRequest voidCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidCreditWithHttpInfo(VoidCreditRequest voidCreditRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidPaymentWithHttpInfo(VoidPaymentRequest voidPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidRefundWithHttpInfo(VoidRefundRequest voidRefundRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Void a Refund
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
VoidApi.voidCaptureAsync(VoidCaptureRequest voidCaptureRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Capture (asynchronously)
Include the capture ID in the POST request to cancel the capture.
|
com.squareup.okhttp.Call |
VoidApi.voidCreditAsync(VoidCreditRequest voidCreditRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Credit (asynchronously)
Include the credit ID in the POST request to cancel the credit.
|
com.squareup.okhttp.Call |
VoidApi.voidPaymentAsync(VoidPaymentRequest voidPaymentRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Payment (asynchronously)
Include the payment ID in the POST request to cancel the payment.
|
com.squareup.okhttp.Call |
VoidApi.voidRefundAsync(VoidRefundRequest voidRefundRequest,
String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Refund (asynchronously)
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.clientReferenceInformation(PtsV2PaymentsPost201ResponseClientReferenceInformation clientReferenceInformation) |
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.id(String id) |
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.links(PtsV2PaymentsReversalsPost201ResponseLinks links) |
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.status(PtsV2PaymentsVoidsPost201Response.StatusEnum status) |
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.submitTimeUtc(String submitTimeUtc) |
PtsV2PaymentsVoidsPost201Response |
PtsV2PaymentsVoidsPost201Response.voidAmountDetails(PtsV2PaymentsVoidsPost201ResponseVoidAmountDetails voidAmountDetails) |
Copyright © 2018. All rights reserved.