| Package | Description |
|---|---|
| com.bookeo.api.model |
| Modifier and Type | Method and Description |
|---|---|
Money |
Payment.getAmount()
The payment amount
|
Money |
Customer.getCredit()
[read-only]
|
Money |
PriceRate.getPrice()
[read-only]
|
Money |
MatchingSlot.getPrice()
Note that this is the \"display\" price.
|
Money |
Price.getTotalGross()
[read-only]
|
Money |
Price.getTotalNet()
[read-only]
|
Money |
Price.getTotalPaid()
[read-only]
|
Money |
Price.getTotalTaxes()
[read-only]
|
| Modifier and Type | Method and Description |
|---|---|
void |
Payment.setAmount(Money amount) |
void |
Customer.setCredit(Money credit) |
void |
PriceRate.setPrice(Money price) |
void |
MatchingSlot.setPrice(Money price) |
void |
Price.setTotalGross(Money totalGross) |
void |
Price.setTotalNet(Money totalNet) |
void |
Price.setTotalPaid(Money totalPaid) |
void |
Price.setTotalTaxes(Money totalTaxes) |
Copyright © 2015. All rights reserved.