public class PKCurrencyAmount extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
amount |
protected String |
currencyCode |
| Constructor and Description |
|---|
PKCurrencyAmount() |
| Modifier and Type | Method and Description |
|---|---|
static PKCurrencyAmountBuilder |
builder() |
static PKCurrencyAmountBuilder |
builder(PKCurrencyAmount currencyAmount) |
protected PKCurrencyAmount |
clone() |
String |
getAmount() |
String |
getCurrencyCode() |
String |
toString() |
public String getCurrencyCode()
public String getAmount()
protected PKCurrencyAmount clone()
public static PKCurrencyAmountBuilder builder()
public static PKCurrencyAmountBuilder builder(PKCurrencyAmount currencyAmount)
Copyright © 2012–2022. All rights reserved.