@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PaymentConsentValidDateTime extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_TO |
Constructor and Description |
---|
PaymentConsentValidDateTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PaymentConsentValidDateTime |
from(OffsetDateTime from) |
OffsetDateTime |
getFrom()
The date and time from which the consent should be active, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
|
OffsetDateTime |
getTo()
The date and time at which the consent expires, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
|
int |
hashCode() |
void |
setFrom(OffsetDateTime from) |
void |
setTo(OffsetDateTime to) |
PaymentConsentValidDateTime |
to(OffsetDateTime to) |
String |
toString() |
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public PaymentConsentValidDateTime from(OffsetDateTime from)
@Nullable public OffsetDateTime getFrom()
public void setFrom(OffsetDateTime from)
public PaymentConsentValidDateTime to(OffsetDateTime to)
@Nullable public OffsetDateTime getTo()
public void setTo(OffsetDateTime to)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.