@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class SimulatedTransferSweep extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
Constructor and Description |
---|
SimulatedTransferSweep() |
Modifier and Type | Method and Description |
---|---|
SimulatedTransferSweep |
amount(String amount) |
SimulatedTransferSweep |
created(OffsetDateTime created) |
boolean |
equals(Object o) |
String |
getAmount()
Signed decimal amount of the sweep as it appears on your sweep account ledger (e.g.
|
OffsetDateTime |
getCreated()
The datetime when the sweep occurred, in RFC 3339 format.
|
String |
getId()
Identifier of the sweep.
|
String |
getIsoCurrencyCode()
The currency of the sweep, e.g.
|
int |
hashCode() |
SimulatedTransferSweep |
id(String id) |
SimulatedTransferSweep |
isoCurrencyCode(String isoCurrencyCode) |
void |
setAmount(String amount) |
void |
setCreated(OffsetDateTime created) |
void |
setId(String id) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public SimulatedTransferSweep id(String id)
public String getId()
public void setId(String id)
public SimulatedTransferSweep created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public SimulatedTransferSweep amount(String amount)
public String getAmount()
public void setAmount(String amount)
public SimulatedTransferSweep isoCurrencyCode(String isoCurrencyCode)
public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.