@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class ExternalPaymentScheduleRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADJUSTED_START_DATE |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_INTERVAL |
static String |
SERIALIZED_NAME_INTERVAL_EXECUTION_DAY |
static String |
SERIALIZED_NAME_START_DATE |
Constructor and Description |
---|
ExternalPaymentScheduleRequest() |
public static final String SERIALIZED_NAME_INTERVAL
public static final String SERIALIZED_NAME_INTERVAL_EXECUTION_DAY
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_ADJUSTED_START_DATE
public ExternalPaymentScheduleRequest interval(PaymentScheduleInterval interval)
public PaymentScheduleInterval getInterval()
public void setInterval(PaymentScheduleInterval interval)
public ExternalPaymentScheduleRequest intervalExecutionDay(Integer intervalExecutionDay)
public Integer getIntervalExecutionDay()
public void setIntervalExecutionDay(Integer intervalExecutionDay)
public ExternalPaymentScheduleRequest startDate(LocalDate startDate)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public ExternalPaymentScheduleRequest endDate(LocalDate endDate)
@Nullable public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
public ExternalPaymentScheduleRequest adjustedStartDate(LocalDate adjustedStartDate)
@Nullable public LocalDate getAdjustedStartDate()
public void setAdjustedStartDate(LocalDate adjustedStartDate)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.