Package io.electrum.suv.api
Class RefundsResource.RefundVoucher
- java.lang.Object
-
- io.electrum.suv.api.RefundsResource.RefundVoucher
-
- Enclosing class:
- RefundsResource
public class RefundsResource.RefundVoucher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFULL_PATHstatic StringREFUND_VOUCHERstatic StringRELATIVE_PATHstatic intSUCCESS
-
Constructor Summary
Constructors Constructor Description RefundVoucher()
-
-
-
Field Detail
-
REFUND_VOUCHER
public static final String REFUND_VOUCHER
- See Also:
- Constant Field Values
-
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
-
RELATIVE_PATH
public static final String RELATIVE_PATH
- See Also:
- Constant Field Values
-
FULL_PATH
public static final String FULL_PATH
- See Also:
- Constant Field Values
-
-