giftCardAmount property

AmountBuilder get giftCardAmount

Implementation

AmountBuilder get giftCardAmount =>
    _$this._giftCardAmount ??= AmountBuilder();
set giftCardAmount (AmountBuilder? giftCardAmount)

Implementation

set giftCardAmount(AmountBuilder? giftCardAmount) =>
    _$this._giftCardAmount = giftCardAmount;