Plan
Server-side response object returned directly or within a successful result object from the following requests:
Attributes
billing_day_of_month
IntegerThe value that specifies the day of the month that the gateway will charge the subscription on every billing cycle.
Specifies the billing interval of the plan in months.
created_at
TimeThe date/time the plan was created. Returned in UTC.
currency_iso_code
StringThe currency for the transaction (e.g. "USD" for US dollars). See the ISO 4217 codes.
description
StringA description of the plan.
id
StringThe plan identifier.
name
StringThe name of the plan.
Specifies the number of billing cycles of the plan.
price
BigDecimalThe base price specified for a plan, formatted like "10" or "10.00".
The trial timeframe specified in a plan.
trial_duration_unit
StringThe trial unit specified in a plan. Specify day
or month
. Specifying a trial duration unit via the API will override the subscription's plan details.
A value indicating whether a subscription should begin with a trial period. Specifying a trial period via the API will override the subscription's plan details.
updated_at
TimeThe date/time the plan was last updated. Returned in UTC.