CreateBillingPlanRequest
Human-readable name of the billing plan.
1 <= length <= 256Charge amount (in the smallest currency unit, e.g. cents).
1 <= valueISO 4217 alpha-3 currency code (e.g., USD, EUR).
^[A-Z]{3}$3 <= length <= 3The `InstantCapture` mode to use for all charges related to the plan.<ul><li> `OFF` indicates that the payment should not be captured instantly (Default).</li><li> `VOID` indicates that the payment should be captured instantly and if somehow the instant capture fails the payment is voided.</li><li> `NO_VOID` indicates that the payment should be captured instantly and if the capture fails the authorization is kept (no void is made)</li></ul>
"OFF""OFF""VOID""NO_VOID""OFF"Maximum number of billing attempts before giving up.
1 <= value <= 31The frequency between automatic charges. A `frequency=2` and `period=WEEK` means one charge every two weeks.
The time unit of the frequency field
"DAY""WEEK""MONTH""YEAR""MONTH"The number of period's between each charge.
1 <= value <= 311