Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
MonetaryAmount |
MonetaryAmount.clone() |
MonetaryAmount |
RecurringCharge.getCost()
The cost of the recurring charge.
|
MonetaryAmount |
OfferingTransaction.getCost()
The cost of an offering transaction.
|
MonetaryAmount |
MonetaryAmount.withAmount(Double amount)
The numerical amount of an offering or transaction.
|
MonetaryAmount |
MonetaryAmount.withCurrencyCode(CurrencyCode currencyCode)
The currency code of a monetary amount.
|
MonetaryAmount |
MonetaryAmount.withCurrencyCode(String currencyCode)
The currency code of a monetary amount.
|
Modifier and Type | Method and Description |
---|---|
void |
RecurringCharge.setCost(MonetaryAmount cost)
The cost of the recurring charge.
|
void |
OfferingTransaction.setCost(MonetaryAmount cost)
The cost of an offering transaction.
|
RecurringCharge |
RecurringCharge.withCost(MonetaryAmount cost)
The cost of the recurring charge.
|
OfferingTransaction |
OfferingTransaction.withCost(MonetaryAmount cost)
The cost of an offering transaction.
|
Copyright © 2018. All rights reserved.