@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class ProcessorTransactionsSyncRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_CURSOR |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_PROCESSOR_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
ProcessorTransactionsSyncRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_PROCESSOR_TOKEN
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_OPTIONS
public ProcessorTransactionsSyncRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ProcessorTransactionsSyncRequest processorToken(String processorToken)
public String getProcessorToken()
public void setProcessorToken(String processorToken)
public ProcessorTransactionsSyncRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ProcessorTransactionsSyncRequest cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public ProcessorTransactionsSyncRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public ProcessorTransactionsSyncRequest options(TransactionsSyncRequestOptions options)
@Nullable public TransactionsSyncRequestOptions getOptions()
public void setOptions(TransactionsSyncRequestOptions options)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.