Uses of Class
com.adyen.model.configurationwebhooks.Expiry
-
Packages that use Expiry Package Description com.adyen.model.configurationwebhooks -
-
Uses of Expiry in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Expiry Modifier and Type Method Description static ExpiryExpiry. fromJson(String jsonString)Create an instance of Expiry given an JSON stringExpiryCard. getExpiration()expirationExpiryExpiry. month(String month)The month in which the card will expire.ExpiryExpiry. year(String year)The year in which the card will expire.Methods in com.adyen.model.configurationwebhooks with parameters of type Expiry Modifier and Type Method Description CardCard. expiration(Expiry expiration)expirationvoidCard. setExpiration(Expiry expiration)expiration
-