@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class SandboxTransferLedgerDepositSimulateRequest 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_SWEEP_ID |
| Constructor and Description |
|---|
SandboxTransferLedgerDepositSimulateRequest() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_SWEEP_ID
public static final String SERIALIZED_NAME_EVENT_TYPE
public static final String SERIALIZED_NAME_FAILURE_REASON
public SandboxTransferLedgerDepositSimulateRequest()
public SandboxTransferLedgerDepositSimulateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxTransferLedgerDepositSimulateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxTransferLedgerDepositSimulateRequest sweepId(String sweepId)
public String getSweepId()
public void setSweepId(String sweepId)
public SandboxTransferLedgerDepositSimulateRequest eventType(TransferLedgerSweepSimulateEventType eventType)
public TransferLedgerSweepSimulateEventType getEventType()
public void setEventType(TransferLedgerSweepSimulateEventType eventType)
public SandboxTransferLedgerDepositSimulateRequest failureReason(TransferFailure failureReason)
@Nullable public TransferFailure getFailureReason()
public void setFailureReason(TransferFailure failureReason)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.