Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.57 KB

OutgoingWebhookData2.md

File metadata and controls

41 lines (27 loc) · 1.57 KB

OutgoingWebhookData_2

Properties

Name Type Required Description
| createdAt | string | ✅ | Timestamp when the subscription was created |
| currency | model | ✅ |  |
| customer | model | ✅ |  |
| metadata | dictionary | ✅ |  |
| nextBillingDate | string | ✅ | Timestamp of the next scheduled billing |
| paymentFrequencyCount | integer | ✅ | Number of payment frequency intervals |
| paymentFrequencyInterval | model | ✅ |  |
| productId | string | ✅ | Identifier of the product associated with this subscription |
| quantity | integer | ✅ | Number of units/items included in the subscription |
| recurringPreTaxAmount | integer | ✅ | Amount charged before tax for each recurring payment in smallest currency unit (e.g. cents) |
| status | model | ✅ |  |
| subscriptionId | string | ✅ | Unique identifier for the subscription |
| subscriptionPeriodCount | integer | ✅ | Number of subscription period intervals |
| subscriptionPeriodInterval | model | ✅ |  |
| taxInclusive | boolean | ✅ | Indicates if the recurring_pre_tax_amount is tax inclusive |
| trialPeriodDays | integer | ✅ | Number of days in the trial period (0 if no trial) |
| payloadType | model | ✅ |  |

OutgoingWebhookData_2PayloadType

Properties

Name Type Required Description
| Subscription | string |  | Subscription |