ARB Policies
FIELDS
@param name (string max 45 chars) - Name of the policy.
@param description (string. should not be null) - Some text that describes this policy
@param status (possible values: ACTIVE | DISABLED. default: ACTIVE) - Status of the policy
@param recur_interval_type (possible values: DAY | MONTH | YEAR) - How often to recur
@param recur_interval_number (quantity of recurring) Example if recur_interval_type is MONTH and recur_interval_number is 1 then this bill be recurred every month
@param recur_max (maximum number of recursions) After this many bills, no more bills will be sent
@param finalize_bill (boolean ) Should the bill be finalized or just book
@param recurring_notice_before_days (number) Before this number of days a notification will be sent about the upcoming invoice
@param cancellation_notice_after_days (number) After this amount of days of an open invoice a cancellation warning will be sent
@param cancell_after_non_payment_days (number) After this amount of days of non payment the subscription will be cancelled
@param note_on_bills (string) A note that can be added on bills generated via this policy