Package io.moov.sdk.models.components
Class MoovFee.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.MoovFee.Builder
-
- Enclosing class:
- MoovFee
public static final class MoovFee.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoovFee.BuilderaccountID(java.lang.String accountID)ID of the account that fees were charged to.MoovFeebuild()MoovFee.BuilderfeeIDs(java.util.List<java.lang.String> feeIDs)List of fee IDs that sum to the totalAmount.MoovFee.BuildertotalAmount(AmountDecimal totalAmount)The total amount of fees charged to the account.MoovFee.BuildertransferParty(TransferParty transferParty)Indicates whether the account charged was the partner, source, or destination of the transfer.
-
-
-
Method Detail
-
accountID
public MoovFee.Builder accountID(java.lang.String accountID)
ID of the account that fees were charged to.
-
transferParty
public MoovFee.Builder transferParty(TransferParty transferParty)
Indicates whether the account charged was the partner, source, or destination of the transfer.
-
totalAmount
public MoovFee.Builder totalAmount(AmountDecimal totalAmount)
The total amount of fees charged to the account.
-
feeIDs
public MoovFee.Builder feeIDs(java.util.List<java.lang.String> feeIDs)
List of fee IDs that sum to the totalAmount.
-
build
public MoovFee build()
-
-