public class Amount extends Object
private String
currency
private Long
total
Amount(long total)
Amount(Long total, String currency)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Long total
private final String currency
public Amount(long total)
Copyright © 2023. All rights reserved.