@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferRepaymentListRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_OFFSET |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_START_DATE |
Constructor and Description |
---|
TransferRepaymentListRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_OFFSET
public TransferRepaymentListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public TransferRepaymentListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public TransferRepaymentListRequest startDate(OffsetDateTime startDate)
@Nullable public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public TransferRepaymentListRequest endDate(OffsetDateTime endDate)
@Nullable public OffsetDateTime getEndDate()
public void setEndDate(OffsetDateTime endDate)
public TransferRepaymentListRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public TransferRepaymentListRequest offset(Integer offset)
@Nullable public Integer getOffset()
public void setOffset(Integer offset)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.