Uses of Class
com.adyen.model.recurring.PermitRestriction
-
Packages that use PermitRestriction Package Description com.adyen.model.recurring -
-
Uses of PermitRestriction in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return PermitRestriction Modifier and Type Method Description static PermitRestrictionPermitRestriction. fromJson(String jsonString)Create an instance of PermitRestriction given an JSON stringPermitRestrictionPermit. getRestriction()Get restrictionPermitRestrictionPermitRestriction. maxAmount(Amount maxAmount)PermitRestrictionPermitRestriction. singleTransactionLimit(Amount singleTransactionLimit)PermitRestrictionPermitRestriction. singleUse(Boolean singleUse)Methods in com.adyen.model.recurring with parameters of type PermitRestriction Modifier and Type Method Description PermitPermit. restriction(PermitRestriction restriction)voidPermit. setRestriction(PermitRestriction restriction)restriction
-