@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[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–2022 Plaid Inc.. All rights reserved.