Top-level account adjustment: operation, amount, and bounds.

Constructors

Accessors

Methods

Constructors

  • Constructs an empty adjustment; populate it through the group setters.

    Returns AccountAdjustment

Accessors

  • get amount(): undefined | AccountAdjustmentAmount
  • The amount group, or undefined.

    Returns undefined | AccountAdjustmentAmount

  • set amount(value): void
  • Sets the amount group.

    Accepts an AccountAdjustmentAmount object or a plain AccountAdjustmentAmountInit literal.

    Errors

    Throws ParamError when a literal field is invalid.

    Returns void

  • get bounds(): undefined | AccountAdjustmentBounds
  • The bounds group, or undefined.

    Returns undefined | AccountAdjustmentBounds

  • set bounds(value): void
  • Sets the bounds group.

    Accepts an AccountAdjustmentBounds object or a plain AccountAdjustmentBoundsInit literal.

    Errors

    Throws ParamError when a literal field is invalid.

    Returns void

Methods

  • Returns void

  • Returns void