@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class Consents extends Object
| Constructor and Description |
|---|
Consents() |
| Modifier and Type | Method and Description |
|---|---|
Consents |
access(AccountAccess access) |
Consents |
combinedServiceIndicator(Boolean combinedServiceIndicator) |
boolean |
equals(Object o) |
Consents |
frequencyPerDay(Integer frequencyPerDay) |
@NotNull @Valid AccountAccess |
getAccess()
Get access
|
@NotNull Integer |
getFrequencyPerDay()
Get frequencyPerDay
|
@NotNull Boolean |
getRecurringIndicator()
Get recurringIndicator
|
@NotNull @Valid LocalDate |
getValidUntil()
Get validUntil
|
int |
hashCode() |
@NotNull Boolean |
isCombinedServiceIndicator()
If \"true\" indicates that a payment initiation service will be addressed in the same \"session\".
|
Consents |
recurringIndicator(Boolean recurringIndicator) |
void |
setAccess(AccountAccess access) |
void |
setCombinedServiceIndicator(Boolean combinedServiceIndicator) |
void |
setFrequencyPerDay(Integer frequencyPerDay) |
void |
setRecurringIndicator(Boolean recurringIndicator) |
void |
setValidUntil(LocalDate validUntil) |
String |
toString() |
Consents |
validUntil(LocalDate validUntil) |
public Consents access(AccountAccess access)
@NotNull @Valid public @NotNull @Valid AccountAccess getAccess()
public void setAccess(AccountAccess access)
@NotNull public @NotNull Boolean getRecurringIndicator()
public void setRecurringIndicator(Boolean recurringIndicator)
@NotNull @Valid public @NotNull @Valid LocalDate getValidUntil()
public void setValidUntil(LocalDate validUntil)
@NotNull public @NotNull Integer getFrequencyPerDay()
public void setFrequencyPerDay(Integer frequencyPerDay)
@NotNull public @NotNull Boolean isCombinedServiceIndicator()
public void setCombinedServiceIndicator(Boolean combinedServiceIndicator)
Copyright © 2020. All rights reserved.