recurringAmount property

AmountBuilder get recurringAmount

Implementation

AmountBuilder get recurringAmount =>
    _$this._recurringAmount ??= AmountBuilder();
set recurringAmount (AmountBuilder? recurringAmount)

Implementation

set recurringAmount(AmountBuilder? recurringAmount) =>
    _$this._recurringAmount = recurringAmount;