Package io.electrum.suv.api
Class RefundsResource.Operations
- java.lang.Object
-
- io.electrum.suv.api.RefundsResource.Operations
-
- Enclosing class:
- RefundsResource
@Deprecated public class RefundsResource.Operations extends Object
Deprecated.The static constants defined in this class have been replaced by those defined for each operation:RefundsResource#RefundVoucherRefundsResource#ConfirmRefundRefundsResource#ReverseRefund
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIRM_REFUNDDeprecated.static StringREFUND_VOUCHERDeprecated.static StringREVERSE_REFUNDDeprecated.
-
Constructor Summary
Constructors Constructor Description Operations()Deprecated.
-
-
-
Field Detail
-
REFUND_VOUCHER
public static final String REFUND_VOUCHER
Deprecated.- See Also:
- Constant Field Values
-
CONFIRM_REFUND
public static final String CONFIRM_REFUND
Deprecated.- See Also:
- Constant Field Values
-
REVERSE_REFUND
public static final String REVERSE_REFUND
Deprecated.- See Also:
- Constant Field Values
-
-