@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PaymentAmountNullable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
PaymentAmountNullable() |
| Modifier and Type | Method and Description |
|---|---|
PaymentAmountNullable |
currency(PaymentAmountCurrency currency) |
boolean |
equals(Object o) |
PaymentAmountCurrency |
getCurrency()
Get currency
|
Double |
getValue()
The amount of the payment.
|
int |
hashCode() |
void |
setCurrency(PaymentAmountCurrency currency) |
void |
setValue(Double value) |
String |
toString() |
PaymentAmountNullable |
value(Double value) |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_VALUE
public PaymentAmountNullable currency(PaymentAmountCurrency currency)
public PaymentAmountCurrency getCurrency()
public void setCurrency(PaymentAmountCurrency currency)
public PaymentAmountNullable value(Double value)
public Double getValue()
public void setValue(Double value)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.