@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+02:00[Europe/Kiev]") public class ConsentsTO extends Object
| Constructor and Description |
|---|
ConsentsTO() |
| Modifier and Type | Method and Description |
|---|---|
ConsentsTO |
access(AccountAccessTO access) |
ConsentsTO |
combinedServiceIndicator(Boolean combinedServiceIndicator) |
boolean |
equals(Object o) |
ConsentsTO |
frequencyPerDay(Integer frequencyPerDay) |
@NotNull @Valid AccountAccessTO |
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\".
|
ConsentsTO |
recurringIndicator(Boolean recurringIndicator) |
void |
setAccess(AccountAccessTO access) |
void |
setCombinedServiceIndicator(Boolean combinedServiceIndicator) |
void |
setFrequencyPerDay(Integer frequencyPerDay) |
void |
setRecurringIndicator(Boolean recurringIndicator) |
void |
setValidUntil(LocalDate validUntil) |
String |
toString() |
ConsentsTO |
validUntil(LocalDate validUntil) |
public ConsentsTO access(AccountAccessTO access)
@NotNull @Valid public @NotNull @Valid AccountAccessTO getAccess()
public void setAccess(AccountAccessTO access)
public ConsentsTO recurringIndicator(Boolean recurringIndicator)
@NotNull public @NotNull Boolean getRecurringIndicator()
public void setRecurringIndicator(Boolean recurringIndicator)
public ConsentsTO validUntil(LocalDate validUntil)
@NotNull @Valid public @NotNull @Valid LocalDate getValidUntil()
public void setValidUntil(LocalDate validUntil)
public ConsentsTO frequencyPerDay(Integer frequencyPerDay)
@NotNull public @NotNull Integer getFrequencyPerDay()
public void setFrequencyPerDay(Integer frequencyPerDay)
public ConsentsTO combinedServiceIndicator(Boolean combinedServiceIndicator)
@NotNull public @NotNull Boolean isCombinedServiceIndicator()
public void setCombinedServiceIndicator(Boolean combinedServiceIndicator)
Copyright © 2019. All rights reserved.