public class PaymentAmount extends Object implements Serializable
| Constructor and Description |
|---|
PaymentAmount() |
PaymentAmount(String currency,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency() |
String |
getValue() |
PaymentAmount |
setCurrency(String currency) |
PaymentAmount |
setValue(String value) |
public String getCurrency()
public PaymentAmount setCurrency(String currency)
public String getValue()
public PaymentAmount setValue(String value)
Copyright © 2020 XDEV Software Corp.. All rights reserved.