| Package | Description |
|---|---|
| com.opengamma.strata.basics.currency |
Representations of currency and money.
|
| Modifier and Type | Method and Description |
|---|---|
static Payment.Builder |
Payment.builder()
Returns a builder used to create an instance of the bean.
|
Payment.Builder |
Payment.Meta.builder() |
Payment.Builder |
Payment.Builder.date(LocalDate date)
Sets the date that the payment is made.
|
Payment.Builder |
Payment.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
Payment.Builder |
Payment.Builder.set(String propertyName,
Object newValue) |
Payment.Builder |
Payment.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Payment.Builder |
Payment.Builder.value(CurrencyAmount value)
Sets the amount of the payment.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.