| Package | Description |
|---|---|
| in.juspay.model |
| Modifier and Type | Method and Description |
|---|---|
static Refund |
Order.refund(Map<String,Object> params) |
static Refund |
TxnDetail.refund(Map<String,Object> params) |
static Refund |
Order.refund(Map<String,Object> params,
RequestOptions requestOptions) |
static Refund |
TxnDetail.refund(Map<String,Object> params,
RequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Refund> |
Order.getRefunds() |
List<Refund> |
TxnDetail.getRefunds() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setRefunds(List<Refund> refunds) |
void |
TxnDetail.setRefunds(List<Refund> refunds) |
Copyright © 2024 Juspay. All rights reserved.