public class AmountBreakdown extends Object
| Constructor and Description |
|---|
AmountBreakdown() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount()
Amount in cents and always having 2 decimals
|
String |
getType()
Type of the amount.
|
void |
setAmount(Long value)
Amount in cents and always having 2 decimals
|
void |
setType(String value)
Type of the amount.
|
AmountBreakdown |
withAmount(Long value)
Amount in cents and always having 2 decimals
|
AmountBreakdown |
withType(String value)
Type of the amount.
|
public Long getAmount()
public void setAmount(Long value)
public AmountBreakdown withAmount(Long value)
public String getType()
public void setType(String value)
public AmountBreakdown withType(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.