public static interface SpendLimit.Builder extends SdkPojo, CopyableBuilder<SpendLimit.Builder,SpendLimit>
| Modifier and Type | Method and Description |
|---|---|
SpendLimit.Builder |
enforcedLimit(Long enforcedLimit)
The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month.
|
SpendLimit.Builder |
maxLimit(Long maxLimit)
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
|
SpendLimit.Builder |
name(SpendLimitName name)
The name for the SpendLimit.
|
SpendLimit.Builder |
name(String name)
The name for the SpendLimit.
|
SpendLimit.Builder |
overridden(Boolean overridden)
When set to
True, the value that has been specified in the EnforcedLimit is used to
determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpendLimit.Builder name(String name)
The name for the SpendLimit.
name - The name for the SpendLimit.SpendLimitName,
SpendLimitNameSpendLimit.Builder name(SpendLimitName name)
The name for the SpendLimit.
name - The name for the SpendLimit.SpendLimitName,
SpendLimitNameSpendLimit.Builder enforcedLimit(Long enforcedLimit)
The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month.
This value has to be less than or equal to the amount in MaxLimit. To use this custom limit,
Overridden must be set to true.
enforcedLimit - The maximum amount of money, in US dollars, that you want to be able to spend sending messages each
month. This value has to be less than or equal to the amount in MaxLimit. To use this
custom limit, Overridden must be set to true.SpendLimit.Builder maxLimit(Long maxLimit)
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
maxLimit - The maximum amount of money that you are able to spend to send messages each month, in US dollars.SpendLimit.Builder overridden(Boolean overridden)
When set to True, the value that has been specified in the EnforcedLimit is used to
determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.
overridden - When set to True, the value that has been specified in the EnforcedLimit is
used to determine the maximum amount in US dollars that can be spent to send messages each month, in
US dollars.Copyright © 2023. All rights reserved.