Uses of Class
com.orbipay.paymentsapi.client.wrappers.Refund
-
Packages that use Refund Package Description com.orbipay.paymentsapi.client.wrappers com.orbipay.paymentsapi.internal.handlers -
-
Uses of Refund in com.orbipay.paymentsapi.client.wrappers
Methods in com.orbipay.paymentsapi.client.wrappers that return Refund Modifier and Type Method Description RefundRefund. create(InvocationContext invocationContext, java.lang.String liveMode)RefundRefund. create(InvocationContext invocationContext, java.lang.String liveMode, java.lang.String apiEndPoint)RefundRefund. createdBy(java.lang.String requestor, java.lang.String requestorType)RefundRefund. forClient(java.lang.String clientKey)RefundRefund. forCustomer(java.lang.String ID_CUSTOMER)RefundRefund. forPayment(java.lang.String ID_PAYMENT)static RefundRefund. fromJson(java.lang.String json)RefundRefund. get(InvocationContext invocationContext, java.lang.String liveMode)RefundRefund. get(InvocationContext invocationContext, java.lang.String liveMode, java.lang.String apiEndPoint)RefundRefund. retrievedBy(java.lang.String requestor, java.lang.String requestorType)RefundRefund. videChannel(java.lang.String channel)RefundRefund. withCustomFields(java.util.Map<java.lang.String,java.lang.String> customFields)RefundRefund. withDetails(java.lang.String refundAmount)RefundRefund. withFeeRefund(FeeRefund feeRefund)RefundRefund. withMemo(java.lang.String comments)RefundRefund. withReference(java.lang.String refundReference)RefundRefund. withStatus(java.lang.String status)Methods in com.orbipay.paymentsapi.client.wrappers that return types with arguments of type Refund Modifier and Type Method Description java.util.List<Refund>Refunds. getList()Get list -
Uses of Refund in com.orbipay.paymentsapi.internal.handlers
Methods in com.orbipay.paymentsapi.internal.handlers that return Refund Modifier and Type Method Description RefundCreateRefundHandler. process(Refund refund, java.util.Map<java.lang.String,java.lang.Object> baseMap)RefundGetRefundHandler. process(Refund refund, java.util.Map<java.lang.String,java.lang.Object> baseMap)Methods in com.orbipay.paymentsapi.internal.handlers with parameters of type Refund Modifier and Type Method Description RefundCreateRefundHandler. process(Refund refund, java.util.Map<java.lang.String,java.lang.Object> baseMap)RefundGetRefundHandler. process(Refund refund, java.util.Map<java.lang.String,java.lang.Object> baseMap)
-