public interface AdminPaymentApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
void |
fixPaymentTransactionState(Payment payment,
PaymentTransaction paymentTransaction,
TransactionStatus transactionStatus,
String lastSuccessPaymentState,
String currentPaymentStateName,
Iterable<PluginProperty> properties,
CallContext context)
Modify the state for a given PaymentTransaction and its associated Payment.
|
void fixPaymentTransactionState(Payment payment, PaymentTransaction paymentTransaction, TransactionStatus transactionStatus, String lastSuccessPaymentState, String currentPaymentStateName, Iterable<PluginProperty> properties, CallContext context) throws PaymentApiException
payment - the payment whose state will be updatedpaymentTransaction - the paymentTransaction whose state will be updatedtransactionStatus - the new transactionStatuslastSuccessPaymentState - the new lastSuccessPaymentStatecurrentPaymentStateName - the new currentPaymentStateNameproperties - plugin propertiescontext - a valid contextPaymentApiExceptionCopyright © 2010-2016. All Rights Reserved.