Values.CustomerAgreementSourceThe name and status of a customer agreement.
type nonrec t = {agreementName : AgreementName.t option;The name of the agreement.
*)status : Status.t option;The status of the customer agreement. This will be either signed or unsigned
*)}