public class ApplicationFee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationFee.ApplicationFeeBuilder |
| Constructor and Description |
|---|
ApplicationFee() |
ApplicationFee(Amount amount,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationFee.ApplicationFeeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Amount |
getAmount() |
String |
getDescription() |
int |
hashCode() |
void |
setAmount(Amount amount) |
void |
setDescription(String description) |
String |
toString() |
public static ApplicationFee.ApplicationFeeBuilder builder()
public Amount getAmount()
public String getDescription()
public void setAmount(Amount amount)
public void setDescription(String description)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.