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