public class OverrideChargeModel extends PayPalModel
| Constructor and Description |
|---|
OverrideChargeModel()
Default Constructor
|
OverrideChargeModel(String chargeId,
Currency amount)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getAmount()
Getter for amount
|
String |
getChargeId()
Getter for chargeId
|
OverrideChargeModel |
setAmount(Currency amount)
Setter for amount
|
OverrideChargeModel |
setChargeId(String chargeId)
Setter for chargeId
|
equals, hashCode, toJSON, toStringpublic OverrideChargeModel setChargeId(String chargeId)
public String getChargeId()
public OverrideChargeModel setAmount(Currency amount)
public Currency getAmount()
Copyright © 2015. All Rights Reserved.