@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class Pay extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
| Constructor and Description |
|---|
Pay() |
| Modifier and Type | Method and Description |
|---|---|
Pay |
amount(Double amount) |
Pay |
currency(String currency) |
boolean |
equals(Object o) |
Double |
getAmount()
A numerical amount of a specific currency.
|
String |
getCurrency()
Currency code, e.g.
|
int |
hashCode() |
void |
setAmount(Double amount) |
void |
setCurrency(String currency) |
String |
toString() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_CURRENCY
Copyright © 2017–2023 Plaid Inc.. All rights reserved.