Values.SoftwareRevenueSourceSpecifies a customer's procurement terms details. Required only for partners in eligible programs.
type nonrec t = {deliveryModel : RevenueModel.t option;Specifies the customer's intended payment type agreement or procurement method to acquire the solution or service outlined in the Opportunity.
*)value : MonetaryValue.t option;Specifies the payment value (amount and currency).
*)effectiveDate : Date.t option;Specifies the Opportunity's customer engagement start date for the contract's effectiveness.
*)expirationDate : Date.t option;Specifies the expiration date for the contract between the customer and Amazon Web Services partner. It signifies the termination date of the agreed-upon engagement period between both parties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Date.t
| `Structure of
(string
* [> `Enum of string | `String of MonetaryValueAmountString.t ])
list ])
list ]