Package io.electrum.suv.api
Class VouchersResource.Operations
- java.lang.Object
-
- io.electrum.suv.api.VouchersResource.Operations
-
- Enclosing class:
- VouchersResource
@Deprecated public class VouchersResource.Operations extends Object
Deprecated.The static constants defined in this class have been replaced by those defined for each operation:VouchersResource#ProvisionVoucherVouchersResource#ConfirmVoucherVouchersResource#ReverseVoucher
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIRM_VOUCHERDeprecated.static StringPROVISION_VOUCHERDeprecated.static StringREVERSE_VOUCHERDeprecated.
-
Constructor Summary
Constructors Constructor Description Operations()Deprecated.
-
-
-
Field Detail
-
PROVISION_VOUCHER
public static final String PROVISION_VOUCHER
Deprecated.- See Also:
- Constant Field Values
-
CONFIRM_VOUCHER
public static final String CONFIRM_VOUCHER
Deprecated.- See Also:
- Constant Field Values
-
REVERSE_VOUCHER
public static final String REVERSE_VOUCHER
Deprecated.- See Also:
- Constant Field Values
-
-