Uses of Class
com.opengamma.strata.basics.currency.Payment.Builder
-
Packages that use Payment.Builder Package Description com.opengamma.strata.basics.currency Representations of currency and money. -
-
Uses of Payment.Builder in com.opengamma.strata.basics.currency
Methods in com.opengamma.strata.basics.currency that return Payment.Builder Modifier and Type Method 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(String propertyName, Object newValue)
Payment.Builder
Payment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
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.
-