Update Product Phase Request
data class UpdateProductPhaseRequest(val ordinal: Int? = null, val name: String? = null, val pricingType: PhasePricingType? = null, val amountCents: Int? = null, val discountPercentage: Float? = null, val periodCount: Int? = null)
Request body for updating an existing phase on a product.
All fields are optional; only non-null fields are applied to the phase.
Properties
Link copied to clipboard
Updated fixed price for this phase in the smallest currency unit (e.g. cents).
Link copied to clipboard
Updated percentage discount applied during this phase.
Link copied to clipboard
Updated number of billing periods this phase lasts.
Link copied to clipboard
Updated pricing strategy applied during this phase.