Package io.moov.sdk.models.components
Class VolumeByCustomerTypeError.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.VolumeByCustomerTypeError.Builder
-
- Enclosing class:
- VolumeByCustomerTypeError
public static final class VolumeByCustomerTypeError.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeByCustomerTypeErrorbuild()VolumeByCustomerTypeError.BuilderbusinessToBusinessPercentage(java.lang.String businessToBusinessPercentage)VolumeByCustomerTypeError.BuilderbusinessToBusinessPercentage(java.util.Optional<java.lang.String> businessToBusinessPercentage)VolumeByCustomerTypeError.BuilderconsumerToBusinessPercentage(java.lang.String consumerToBusinessPercentage)VolumeByCustomerTypeError.BuilderconsumerToBusinessPercentage(java.util.Optional<java.lang.String> consumerToBusinessPercentage)
-
-
-
Method Detail
-
businessToBusinessPercentage
public VolumeByCustomerTypeError.Builder businessToBusinessPercentage(java.lang.String businessToBusinessPercentage)
-
businessToBusinessPercentage
public VolumeByCustomerTypeError.Builder businessToBusinessPercentage(java.util.Optional<java.lang.String> businessToBusinessPercentage)
-
consumerToBusinessPercentage
public VolumeByCustomerTypeError.Builder consumerToBusinessPercentage(java.lang.String consumerToBusinessPercentage)
-
consumerToBusinessPercentage
public VolumeByCustomerTypeError.Builder consumerToBusinessPercentage(java.util.Optional<java.lang.String> consumerToBusinessPercentage)
-
build
public VolumeByCustomerTypeError build()
-
-