@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class TransferRepayment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_REPAYMENT_ID |
Constructor and Description |
---|
TransferRepayment() |
Modifier and Type | Method and Description |
---|---|
TransferRepayment |
amount(String amount) |
TransferRepayment |
created(OffsetDateTime created) |
boolean |
equals(Object o) |
String |
getAmount()
Decimal amount of the repayment as it appears on your account ledger.
|
OffsetDateTime |
getCreated()
The datetime when the repayment occurred, in RFC 3339 format.
|
String |
getIsoCurrencyCode()
The currency of the repayment, e.g.
|
String |
getRepaymentId()
Identifier of the repayment.
|
int |
hashCode() |
TransferRepayment |
isoCurrencyCode(String isoCurrencyCode) |
TransferRepayment |
repaymentId(String repaymentId) |
void |
setAmount(String amount) |
void |
setCreated(OffsetDateTime created) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setRepaymentId(String repaymentId) |
String |
toString() |
public static final String SERIALIZED_NAME_REPAYMENT_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 TransferRepayment repaymentId(String repaymentId)
public String getRepaymentId()
public void setRepaymentId(String repaymentId)
public TransferRepayment created(OffsetDateTime created)
public OffsetDateTime getCreated()
public void setCreated(OffsetDateTime created)
public TransferRepayment amount(String amount)
public String getAmount()
public void setAmount(String amount)
public TransferRepayment isoCurrencyCode(String isoCurrencyCode)
public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.