Package io.moov.sdk.models.components
Class MonthlyPlatformFee.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.MonthlyPlatformFee.Builder
-
- Enclosing class:
- MonthlyPlatformFee
public static final class MonthlyPlatformFee.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MonthlyPlatformFeebuild()MonthlyPlatformFee.Buildercurrency(java.lang.String currency)A 3-letter ISO 4217 currency code.MonthlyPlatformFee.BuildervalueDecimal(java.lang.String valueDecimal)A decimal-formatted numerical string that represents up to 9 decimal place precision.
-
-
-
Method Detail
-
currency
public MonthlyPlatformFee.Builder currency(java.lang.String currency)
A 3-letter ISO 4217 currency code.
-
valueDecimal
public MonthlyPlatformFee.Builder valueDecimal(java.lang.String valueDecimal)
A decimal-formatted numerical string that represents up to 9 decimal place precision.For example, $12.987654321 is '12.987654321'.
-
build
public MonthlyPlatformFee build()
-
-