Values.ParentSavingsPlanOfferingSourceInformation about a Savings Plan offering.
type nonrec t = {offeringId : UUID.t option;The ID of the offering.
*)paymentOption : SavingsPlanPaymentOption.t option;The payment option.
*)planType : SavingsPlanType.t option;The plan type.
*)durationSeconds : SavingsPlansDuration.t option;The duration, in seconds.
*)currency : CurrencyCode.t option;The currency.
*)planDescription : SavingsPlanDescription.t option;The description.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of SavingsPlansDuration.t
| `String of UUID.t ])
list ]