pub struct ProrationPeriodDetails {
pub original_offer_phase: Option<String>,
}Expand description
Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see Allow users to upgrade, downgrade, or change their subscription, or a prorated period to align add-on renewal dates with the base (For more information, see Rules applicable for items in the purchase).
This type is not used in any activity, and only used as part of another schema.
Fields§
§original_offer_phase: Option<String>Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here.
Trait Implementations§
Source§impl Clone for ProrationPeriodDetails
impl Clone for ProrationPeriodDetails
Source§fn clone(&self) -> ProrationPeriodDetails
fn clone(&self) -> ProrationPeriodDetails
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more