Uses of Class
com.adyen.model.recurring.Permit
-
Packages that use Permit Package Description com.adyen.model.recurring -
-
Uses of Permit in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return Permit Modifier and Type Method Description static PermitPermit. fromJson(String jsonString)Create an instance of Permit given an JSON stringPermitPermit. partnerId(String partnerId)Partner ID (when using the permit-per-partner token sharing model).PermitPermit. profileReference(String profileReference)The profile to apply to this permit (when using the shared permits model).PermitPermit. restriction(PermitRestriction restriction)restrictionPermitPermit. resultKey(String resultKey)The key to link permit requests to permit results.PermitPermit. validTillDate(OffsetDateTime validTillDate)The expiry date for this permit.Methods in com.adyen.model.recurring that return types with arguments of type Permit Modifier and Type Method Description List<Permit>CreatePermitRequest. getPermits()The permits to create for this recurring contract.Methods in com.adyen.model.recurring with parameters of type Permit Modifier and Type Method Description CreatePermitRequestCreatePermitRequest. addPermitsItem(Permit permitsItem)Method parameters in com.adyen.model.recurring with type arguments of type Permit Modifier and Type Method Description CreatePermitRequestCreatePermitRequest. permits(List<Permit> permits)The permits to create for this recurring contract.voidCreatePermitRequest. setPermits(List<Permit> permits)The permits to create for this recurring contract.
-