Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.34 KB

Auth_api.ProrationBehavior.md

File metadata and controls

47 lines (25 loc) · 1.34 KB

saasus-sdk / Auth/api / ProrationBehavior

Enumeration: ProrationBehavior

Auth/api.ProrationBehavior

If you have a strine linkage, you can set the behavior of the proportional allocation when changing plans. When a plan is changed, you can set whether to prorate the billing amount and reflect it on the next invoice, to issue a prorated invoice immediately, or not to prorate at all.

Export

Table of contents

Enumeration Members

Enumeration Members

AlwaysInvoice

AlwaysInvoice = "always_invoice"

Defined in

src/generated/Auth/api.ts:1232


CreateProrations

CreateProrations = "create_prorations"

Defined in

src/generated/Auth/api.ts:1230


None

None = "none"

Defined in

src/generated/Auth/api.ts:1231