@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class SandboxTransferSimulateRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_EVENT_TYPE |
static String |
SERIALIZED_NAME_FAILURE_REASON |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_TEST_CLOCK_ID |
static String |
SERIALIZED_NAME_TRANSFER_ID |
Constructor and Description |
---|
SandboxTransferSimulateRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_TRANSFER_ID
public static final String SERIALIZED_NAME_TEST_CLOCK_ID
public static final String SERIALIZED_NAME_EVENT_TYPE
public static final String SERIALIZED_NAME_FAILURE_REASON
public SandboxTransferSimulateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxTransferSimulateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxTransferSimulateRequest transferId(String transferId)
public String getTransferId()
public void setTransferId(String transferId)
public SandboxTransferSimulateRequest testClockId(String testClockId)
@Nullable public String getTestClockId()
public void setTestClockId(String testClockId)
public SandboxTransferSimulateRequest eventType(String eventType)
public String getEventType()
public void setEventType(String eventType)
public SandboxTransferSimulateRequest failureReason(TransferFailure failureReason)
@Nullable public TransferFailure getFailureReason()
public void setFailureReason(TransferFailure failureReason)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.