public static interface USD.Builder extends SdkPojo, CopyableBuilder<USD.Builder,USD>
Modifier and Type | Method and Description |
---|---|
USD.Builder |
cents(Integer cents)
The fractional portion, in cents, of the amount.
|
USD.Builder |
dollars(Integer dollars)
The whole number of dollars in the amount.
|
USD.Builder |
tenthFractionsOfACent(Integer tenthFractionsOfACent)
Fractions of a cent, in tenths.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
USD.Builder dollars(Integer dollars)
The whole number of dollars in the amount.
dollars
- The whole number of dollars in the amount.USD.Builder cents(Integer cents)
The fractional portion, in cents, of the amount.
cents
- The fractional portion, in cents, of the amount.USD.Builder tenthFractionsOfACent(Integer tenthFractionsOfACent)
Fractions of a cent, in tenths.
tenthFractionsOfACent
- Fractions of a cent, in tenths.Copyright © 2021. All rights reserved.