Class AccountAdjustmentAmount

Per-field adjustment amounts for balance, held, and incoming buckets.

Constructors

Accessors

Methods

Constructors

Accessors

  • get balance(): undefined | AdjustmentAmount
  • The balance-bucket amount, or undefined.

    Returns undefined | AdjustmentAmount

  • set balance(value): void
  • Sets the balance-bucket amount.

    Errors

    Throws ParamError when value is not an AdjustmentAmount.

    Parameters

    Returns void

  • get held(): undefined | AdjustmentAmount
  • The held-bucket amount, or undefined.

    Returns undefined | AdjustmentAmount

  • set held(value): void
  • Sets the held-bucket amount.

    Errors

    Throws ParamError when value is not an AdjustmentAmount.

    Parameters

    Returns void

  • get incoming(): undefined | AdjustmentAmount
  • The incoming-bucket amount, or undefined.

    Returns undefined | AdjustmentAmount

  • set incoming(value): void
  • Sets the incoming-bucket amount.

    Errors

    Throws ParamError when value is not an AdjustmentAmount.

    Parameters

    Returns void

Methods

  • Returns void

  • Returns void