Uses of Class
in.juspay.model.Chargeback
Packages that use Chargeback
-
Uses of Chargeback in in.juspay.model
Methods in in.juspay.model that return ChargebackModifier and TypeMethodDescriptionstatic Chargebackstatic ChargebackChargeback.create(Map<String, Object> params, RequestOptions requestOptions) static Chargebackstatic ChargebackChargeback.get(String id, RequestOptions requestOptions) static Chargebackstatic ChargebackMethods in in.juspay.model that return types with arguments of type ChargebackMethod parameters in in.juspay.model with type arguments of type ChargebackModifier and TypeMethodDescriptionvoidOrder.setChargebacks(List<Chargeback> chargebacks) voidTxnDetail.setChargebacks(List<Chargeback> chargebacks)