Class AccountGetDividendPaymentsResponse
-
- All Implemented Interfaces:
public final class AccountGetDividendPaymentsResponseRepresents a dividend payment event for an
Account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountGetDividendPaymentsResponse.BuilderA builder for AccountGetDividendPaymentsResponse.
-
Method Summary
Modifier and Type Method Description final Doubleamount()Amount of the dividend paid. final Stringcurrency()Currency in which the dividend was paid. final LocalDatepaymentDate()Date the dividend was distributed to the account. final StringstockId()ID of the Stockfor which the dividend was paid.final JsonField<Double>_amount()Returns the raw JSON value of amount. final JsonField<String>_currency()Returns the raw JSON value of currency. final JsonField<LocalDate>_paymentDate()Returns the raw JSON value of paymentDate. final JsonField<String>_stockId()Returns the raw JSON value of stockId. final Map<String, JsonValue>_additionalProperties()final AccountGetDividendPaymentsResponse.BuildertoBuilder()final AccountGetDividendPaymentsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountGetDividendPaymentsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AccountGetDividendPaymentsResponse. -
-
Method Detail
-
paymentDate
final LocalDate paymentDate()
Date the dividend was distributed to the account. ISO 8601 format, YYYY-MM-DD.
-
_amount
final JsonField<Double> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_currency
final JsonField<String> _currency()
Returns the raw JSON value of currency.
Unlike currency, this method doesn't throw if the JSON field has an unexpected type.
-
_paymentDate
final JsonField<LocalDate> _paymentDate()
Returns the raw JSON value of paymentDate.
Unlike paymentDate, this method doesn't throw if the JSON field has an unexpected type.
-
_stockId
final JsonField<String> _stockId()
Returns the raw JSON value of stockId.
Unlike stockId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountGetDividendPaymentsResponse.Builder toBuilder()
-
validate
final AccountGetDividendPaymentsResponse validate()
-
builder
final static AccountGetDividendPaymentsResponse.Builder builder()
Returns a mutable builder for constructing an instance of AccountGetDividendPaymentsResponse.
The following fields are required:
.amount() .currency() .paymentDate() .stockId()
-
-
-
-