@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") 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) |
AccountAccess |
getAccess()
Get access
|
Integer |
getFrequencyPerDay()
Get frequencyPerDay
|
Boolean |
getRecurringIndicator()
Get recurringIndicator
|
LocalDate |
getValidUntil()
Get validUntil
|
int |
hashCode() |
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 public AccountAccess getAccess()
public void setAccess(AccountAccess access)
@NotNull public Boolean getRecurringIndicator()
public void setRecurringIndicator(Boolean recurringIndicator)
@NotNull public LocalDate getValidUntil()
public void setValidUntil(LocalDate validUntil)
@NotNull public Integer getFrequencyPerDay()
public void setFrequencyPerDay(Integer frequencyPerDay)
@NotNull public Boolean isCombinedServiceIndicator()
public void setCombinedServiceIndicator(Boolean combinedServiceIndicator)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.