com.payu.sdk.api.model.request.Command Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A fresh implementation of the PayU API Client for Android
The newest version!
package com.payu.sdk.api.model.request;
/**
* @author felipe.calderon
*/
public enum Command {
PING,
ORDER_DETAIL,
ORDER_DETAIL_BY_REFERENCE_CODE,
TRANSACTION_RESPONSE_DETAIL,
GET_PAYMENT_METHODS,
GET_BANKS_LIST
}