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()restrictionPermitRestrictionPermitRestriction. maxAmount(Amount maxAmount)maxAmountPermitRestrictionPermitRestriction. singleTransactionLimit(Amount singleTransactionLimit)singleTransactionLimitPermitRestrictionPermitRestriction. singleUse(Boolean singleUse)Only a single payment can be made using this permit if set to true, otherwise multiple payments are allowed.Methods in com.adyen.model.recurring with parameters of type PermitRestriction Modifier and Type Method Description PermitPermit. restriction(PermitRestriction restriction)restrictionvoidPermit. setRestriction(PermitRestriction restriction)restriction
-