Interface NetPaymentTerm.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetPaymentTerm.Builder,,NetPaymentTerm> SdkBuilder<NetPaymentTerm.Builder,,NetPaymentTerm> SdkPojo
- Enclosing class:
NetPaymentTerm
@Mutable
@NotThreadSafe
public static interface NetPaymentTerm.Builder
extends SdkPojo, CopyableBuilder<NetPaymentTerm.Builder,NetPaymentTerm>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the term.paymentDuePeriod(String paymentDuePeriod) The duration after invoice date by which payment is due.The category of the term.The category of the term.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the term.
- Parameters:
id- The unique identifier of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The category of the term.
- Parameters:
type- The category of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The category of the term.
- Parameters:
type- The category of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paymentDuePeriod
The duration after invoice date by which payment is due.
- Parameters:
paymentDuePeriod- The duration after invoice date by which payment is due.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-