public class CustomAmount extends PayPalModel
| Constructor and Description |
|---|
CustomAmount()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getAmount()
Getter for amount
|
String |
getLabel()
Getter for label
|
CustomAmount |
setAmount(Currency amount)
Setter for amount
|
CustomAmount |
setLabel(String label)
Setter for label
|
equals, hashCode, toJSON, toStringpublic CustomAmount setLabel(String label)
public String getLabel()
public CustomAmount setAmount(Currency amount)
public Currency getAmount()
Copyright © 2015. All Rights Reserved.