@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferEvent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_EVENT_ID |
static String |
SERIALIZED_NAME_EVENT_TYPE |
static String |
SERIALIZED_NAME_FAILURE_REASON |
static String |
SERIALIZED_NAME_FUNDING_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ORIGINATOR_CLIENT_ID |
static String |
SERIALIZED_NAME_REFUND_ID |
static String |
SERIALIZED_NAME_SWEEP_AMOUNT |
static String |
SERIALIZED_NAME_SWEEP_ID |
static String |
SERIALIZED_NAME_TIMESTAMP |
static String |
SERIALIZED_NAME_TRANSFER_AMOUNT |
static String |
SERIALIZED_NAME_TRANSFER_ID |
static String |
SERIALIZED_NAME_TRANSFER_TYPE |
Constructor and Description |
---|
TransferEvent() |
Modifier and Type | Method and Description |
---|---|
TransferEvent |
accountId(String accountId) |
boolean |
equals(Object o) |
TransferEvent |
eventId(Integer eventId) |
TransferEvent |
eventType(TransferEventType eventType) |
TransferEvent |
failureReason(TransferFailure failureReason) |
TransferEvent |
fundingAccountId(String fundingAccountId) |
String |
getAccountId()
The account ID associated with the transfer.
|
Integer |
getEventId()
Plaid’s unique identifier for this event.
|
TransferEventType |
getEventType()
Get eventType
|
TransferFailure |
getFailureReason()
Get failureReason
|
String |
getFundingAccountId()
The id of the associated funding account, available in the Plaid Dashboard.
|
String |
getOriginationAccountId()
The ID of the origination account that this balance belongs to.
|
String |
getOriginatorClientId()
The Plaid client ID that is the originator of the transfer that this event applies to.
|
String |
getRefundId()
Plaid’s unique identifier for a refund.
|
String |
getSweepAmount()
A signed amount of how much was `swept` or `return_swept` for this transfer (decimal string with two digits of precision e.g.
|
String |
getSweepId()
Plaid’s unique identifier for a sweep.
|
OffsetDateTime |
getTimestamp()
The datetime when this event occurred.
|
String |
getTransferAmount()
The amount of the transfer (decimal string with two digits of precision e.g.
|
String |
getTransferId()
Plaid’s unique identifier for a transfer.
|
OmittableTransferType |
getTransferType()
Get transferType
|
int |
hashCode() |
TransferEvent |
originationAccountId(String originationAccountId) |
TransferEvent |
originatorClientId(String originatorClientId) |
TransferEvent |
refundId(String refundId) |
void |
setAccountId(String accountId) |
void |
setEventId(Integer eventId) |
void |
setEventType(TransferEventType eventType) |
void |
setFailureReason(TransferFailure failureReason) |
void |
setFundingAccountId(String fundingAccountId) |
void |
setOriginationAccountId(String originationAccountId) |
void |
setOriginatorClientId(String originatorClientId) |
void |
setRefundId(String refundId) |
void |
setSweepAmount(String sweepAmount) |
void |
setSweepId(String sweepId) |
void |
setTimestamp(OffsetDateTime timestamp) |
void |
setTransferAmount(String transferAmount) |
void |
setTransferId(String transferId) |
void |
setTransferType(OmittableTransferType transferType) |
TransferEvent |
sweepAmount(String sweepAmount) |
TransferEvent |
sweepId(String sweepId) |
TransferEvent |
timestamp(OffsetDateTime timestamp) |
String |
toString() |
TransferEvent |
transferAmount(String transferAmount) |
TransferEvent |
transferId(String transferId) |
TransferEvent |
transferType(OmittableTransferType transferType) |
public static final String SERIALIZED_NAME_EVENT_ID
public static final String SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_EVENT_TYPE
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_FUNDING_ACCOUNT_ID
public static final String SERIALIZED_NAME_TRANSFER_ID
public static final String SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID
public static final String SERIALIZED_NAME_TRANSFER_TYPE
public static final String SERIALIZED_NAME_TRANSFER_AMOUNT
public static final String SERIALIZED_NAME_FAILURE_REASON
public static final String SERIALIZED_NAME_SWEEP_ID
public static final String SERIALIZED_NAME_SWEEP_AMOUNT
public static final String SERIALIZED_NAME_REFUND_ID
public static final String SERIALIZED_NAME_ORIGINATOR_CLIENT_ID
public TransferEvent eventId(Integer eventId)
public Integer getEventId()
public void setEventId(Integer eventId)
public TransferEvent timestamp(OffsetDateTime timestamp)
public OffsetDateTime getTimestamp()
public void setTimestamp(OffsetDateTime timestamp)
public TransferEvent eventType(TransferEventType eventType)
public TransferEventType getEventType()
public void setEventType(TransferEventType eventType)
public TransferEvent accountId(String accountId)
@Nullable public String getAccountId()
public void setAccountId(String accountId)
public TransferEvent fundingAccountId(String fundingAccountId)
@Nullable public String getFundingAccountId()
public void setFundingAccountId(String fundingAccountId)
public TransferEvent transferId(String transferId)
public String getTransferId()
public void setTransferId(String transferId)
public TransferEvent originationAccountId(String originationAccountId)
@Nullable public String getOriginationAccountId()
public void setOriginationAccountId(String originationAccountId)
public TransferEvent transferType(OmittableTransferType transferType)
@Nullable public OmittableTransferType getTransferType()
public void setTransferType(OmittableTransferType transferType)
public TransferEvent transferAmount(String transferAmount)
@Nullable public String getTransferAmount()
public void setTransferAmount(String transferAmount)
public TransferEvent failureReason(TransferFailure failureReason)
@Nullable public TransferFailure getFailureReason()
public void setFailureReason(TransferFailure failureReason)
public TransferEvent sweepId(String sweepId)
@Nullable public String getSweepId()
public void setSweepId(String sweepId)
public TransferEvent sweepAmount(String sweepAmount)
@Nullable public String getSweepAmount()
public void setSweepAmount(String sweepAmount)
public TransferEvent refundId(String refundId)
@Nullable public String getRefundId()
public void setRefundId(String refundId)
public TransferEvent originatorClientId(String originatorClientId)
@Nullable public String getOriginatorClientId()
public void setOriginatorClientId(String originatorClientId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.