Class Consents


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]")
    public class Consents
    extends Object
    Content of the body of a consent request.
    • Constructor Detail

      • Consents

        public Consents()
    • Method Detail

      • getAccess

        @NotNull
        @Valid
        public @NotNull @Valid AccountAccess getAccess()
        Get access
        Returns:
        access
      • recurringIndicator

        public Consents recurringIndicator​(Boolean recurringIndicator)
      • getRecurringIndicator

        @NotNull
        public @NotNull Boolean getRecurringIndicator()
        Get recurringIndicator
        Returns:
        recurringIndicator
      • setRecurringIndicator

        public void setRecurringIndicator​(Boolean recurringIndicator)
      • getValidUntil

        @NotNull
        @Valid
        public @NotNull @Valid LocalDate getValidUntil()
        Get validUntil
        Returns:
        validUntil
      • setValidUntil

        public void setValidUntil​(LocalDate validUntil)
      • frequencyPerDay

        public Consents frequencyPerDay​(Integer frequencyPerDay)
      • getFrequencyPerDay

        @NotNull
        public @NotNull Integer getFrequencyPerDay()
        Get frequencyPerDay
        Returns:
        frequencyPerDay
      • setFrequencyPerDay

        public void setFrequencyPerDay​(Integer frequencyPerDay)
      • combinedServiceIndicator

        public Consents combinedServiceIndicator​(Boolean combinedServiceIndicator)
      • isCombinedServiceIndicator

        @NotNull
        public @NotNull Boolean isCombinedServiceIndicator()
        If \"true\" indicates that a payment initiation service will be addressed in the same \"session\".
        Returns:
        combinedServiceIndicator
      • setCombinedServiceIndicator

        public void setCombinedServiceIndicator​(Boolean combinedServiceIndicator)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object