@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorTransactionsGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_PROCESSOR_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_START_DATE |
Constructor and Description |
---|
ProcessorTransactionsGetRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_PROCESSOR_TOKEN
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_END_DATE
public ProcessorTransactionsGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ProcessorTransactionsGetRequest options(TransactionsGetRequestOptions options)
@Nullable public TransactionsGetRequestOptions getOptions()
public void setOptions(TransactionsGetRequestOptions options)
public ProcessorTransactionsGetRequest processorToken(String processorToken)
public String getProcessorToken()
public void setProcessorToken(String processorToken)
public ProcessorTransactionsGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ProcessorTransactionsGetRequest startDate(LocalDate startDate)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public ProcessorTransactionsGetRequest endDate(LocalDate endDate)
public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.