Interface GetNetworkTokenCryptogram
-
- All Superinterfaces:
IPGApiAction
- All Known Implementing Classes:
GetNetworkTokenCryptogramObject
public interface GetNetworkTokenCryptogram extends IPGApiAction
NetworkTokenization : get cryptogram for a provisioned token using hostedDataId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.firstdata.ipg.api.schema.GetNetworkTokenCryptogram
getGetNetworkTokenCryptogram()
void
setHostedDataID(String hostedDataID)
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
setHostedDataID
void setHostedDataID(@Nonnull String hostedDataID)
-
getGetNetworkTokenCryptogram
de.firstdata.ipg.api.schema.GetNetworkTokenCryptogram getGetNetworkTokenCryptogram()
-
-