Record
post-subscription-schedules-body-phases-item
No description available.
record post-subscription-schedules-body-phases-item {
add-invoice-items: option<list<post-subscription-schedules-body-phases-item-add-invoice-items-item>>,
application-fee-percent: option<f64>,
automatic-tax: option<post-subscription-schedules-body-phases-item-automatic-tax>,
billing-cycle-anchor: option<resource-default-settings-billing-cycle-anchor-enum>,
billing-thresholds: option<string>,
collection-method: option<resource-default-settings-collection-method-enum>,
coupon: option<string>,
currency: option<string>,
default-payment-method: option<string>,
default-tax-rates: option<string>,
description: option<string>,
end-date: option<s32>,
invoice-settings: option<post-subscription-schedules-body-phases-item-invoice-settings>,
items: list<post-subscription-schedules-body-phases-item-items-item>,
iterations: option<s32>,
metadata: option<post-subscription-schedules-body-phases-item-metadata>,
on-behalf-of: option<string>,
proration-behavior: option<subscription-schedule-phase-configuration-proration-behavior-enum>,
transfer-data: option<post-subscription-schedules-body-phases-item-transfer-data>,
trial: option<bool>,
trial-end: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| add-invoice-items | option<list<post-subscription-schedules-body-phases-item-add-invoice-items-item>> | |
| application-fee-percent | option<f64> | |
| automatic-tax | option<post-subscription-schedules-body-phases-item-automatic-tax> | |
| billing-cycle-anchor | option<resource-default-settings-billing-cycle-anchor-enum> | |
| billing-thresholds | option<string> | |
| collection-method | option<resource-default-settings-collection-method-enum> | |
| coupon | option<string> | |
| currency | option<string> | |
| default-payment-method | option<string> | |
| default-tax-rates | option<string> | |
| description | option<string> | |
| end-date | option<s32> | |
| invoice-settings | option<post-subscription-schedules-body-phases-item-invoice-settings> | |
| items | list<post-subscription-schedules-body-phases-item-items-item> | |
| iterations | option<s32> | |
| metadata | option<post-subscription-schedules-body-phases-item-metadata> | |
| on-behalf-of | option<string> | |
| proration-behavior | option<subscription-schedule-phase-configuration-proration-behavior-enum> | |
| transfer-data | option<post-subscription-schedules-body-phases-item-transfer-data> | |
| trial | option<bool> | |
| trial-end | option<s32> |