Package io.moov.sdk.models.components
Class SweepSubtotal.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.SweepSubtotal.Builder
-
- Enclosing class:
- SweepSubtotal
public static final class SweepSubtotal.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SweepSubtotal.Builderamount(AmountDecimal amount)The value of transactions of this type accrued in the sweep.SweepSubtotalbuild()SweepSubtotal.Buildercount(long count)The number of transactions of this type accrued in the sweep.SweepSubtotal.Buildertype(WalletTransactionType type)The type of wallet transaction the subtotal is for.
-
-
-
Method Detail
-
type
public SweepSubtotal.Builder type(WalletTransactionType type)
The type of wallet transaction the subtotal is for.
-
count
public SweepSubtotal.Builder count(long count)
The number of transactions of this type accrued in the sweep.
-
amount
public SweepSubtotal.Builder amount(AmountDecimal amount)
The value of transactions of this type accrued in the sweep.
-
build
public SweepSubtotal build()
-
-