public static interface CustomerAgreement.Builder extends SdkPojo, CopyableBuilder<CustomerAgreement.Builder,CustomerAgreement>
| Modifier and Type | Method and Description |
|---|---|
CustomerAgreement.Builder |
agreementName(String agreementName)
The name of the agreement.
|
CustomerAgreement.Builder |
status(String status)
The status of the customer agreement.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomerAgreement.Builder agreementName(String agreementName)
The name of the agreement.
agreementName - The name of the agreement.CustomerAgreement.Builder status(String status)
The status of the customer agreement. This will be either signed or unsigned
status - The status of the customer agreement. This will be either signed or unsignedCopyright © 2023. All rights reserved.