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.BuilderPayment. builder()Returns a builder used to create an instance of the bean.Payment.BuilderPayment.Meta. builder()Payment.BuilderPayment.Builder. date(LocalDate date)Sets the date that the payment is made.Payment.BuilderPayment.Builder. set(String propertyName, Object newValue)Payment.BuilderPayment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)Payment.BuilderPayment. toBuilder()Returns a builder that allows this bean to be mutated.Payment.BuilderPayment.Builder. value(CurrencyAmount value)Sets the amount of the payment.
-