Class V1DocketResponse.PacerFees
-
- All Implemented Interfaces:
public final class V1DocketResponse.PacerFeesPACER fee information (present when live: true)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.PacerFees.BuilderA builder for PacerFees.
public final classV1DocketResponse.PacerFees.Currency
-
Method Summary
-
-
Method Detail
-
currency
final Optional<V1DocketResponse.PacerFees.Currency> currency()
-
fetchDurationMs
final Optional<Long> fetchDurationMs()
Time taken for PACER fetch in milliseconds
-
maxPacerCost
final Optional<Double> maxPacerCost()
Maximum PACER charge per docket in USD
-
serviceFee
final Optional<Double> serviceFee()
CaseMark service fee in USD
-
_currency
final JsonField<V1DocketResponse.PacerFees.Currency> _currency()
Returns the raw JSON value of currency.
Unlike currency, this method doesn't throw if the JSON field has an unexpected type.
-
_fetchDurationMs
final JsonField<Long> _fetchDurationMs()
Returns the raw JSON value of fetchDurationMs.
Unlike fetchDurationMs, this method doesn't throw if the JSON field has an unexpected type.
-
_maxPacerCost
final JsonField<Double> _maxPacerCost()
Returns the raw JSON value of maxPacerCost.
Unlike maxPacerCost, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceFee
final JsonField<Double> _serviceFee()
Returns the raw JSON value of serviceFee.
Unlike serviceFee, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.PacerFees.Builder toBuilder()
-
validate
final V1DocketResponse.PacerFees validate()
-
builder
final static V1DocketResponse.PacerFees.Builder builder()
Returns a mutable builder for constructing an instance of PacerFees.
-
-
-
-