protected static class DefaultCheckoutController.PaymentOption
extends java.lang.Object
| Constructor and Description |
|---|
PaymentOption(CardInfo cardInfo)
Construct the payment option with a blank card info.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount() |
CardInfo |
getCardInfo() |
void |
setAmount(double amount)
Set via reflection
|
public PaymentOption(CardInfo cardInfo)
cardInfo - the card infopublic CardInfo getCardInfo()
public double getAmount()
public void setAmount(double amount)
amount - the amountCopyright © 2018 SAP SE. All Rights Reserved.