Interface CreatePaymentURL
-
- All Superinterfaces:
IPGApiAction
- All Known Implementing Classes:
CreatePaymentURLObject
public interface CreatePaymentURL extends IPGApiAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.firstdata.ipg.api.schema.CreatePaymentURL
getCreatePaymentURL()
void
setTransactionType(String transactionType)
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
setTransactionType
void setTransactionType(String transactionType)
-
getCreatePaymentURL
de.firstdata.ipg.api.schema.CreatePaymentURL getCreatePaymentURL()
-
-