PaymentManager
Class
The PaymentManager
class is used to manage payment data in Bitrix24. It extends the functionality of AbstractHelper
and provides methods for retrieving application payment data.
TIP
You can test working with PaymentManager in this example.
Getters
data
ts
get data(): TypePayment
Returns the application payment data of type TypePayment
.
Data Types
TypePayment
The TypePayment
type represents information about the application's payment.
isExpired: boolean
: Flag indicating whether the paid or trial period has expired.days: number
: Number of days until the end of the paid or trial period.