Skip to main content

ProrationDirection

Direction of a prorated settlement.

  • charge - The customer owes the difference and is charged immediately.
  • refund - The customer is owed the difference and is partially refunded.
  • none - The difference rounds to zero and no money moves.
enum ProrationDirection {
charge
refund
none
}

Values

ProrationDirection.charge

ProrationDirection.refund

ProrationDirection.none

Member Of

SubscriptionUpdatePreview object