Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.08 KB

CheckoutSession.md

File metadata and controls

30 lines (25 loc) · 1.08 KB

forestvpn_api.model.CheckoutSession

Load the model package

import 'package:forestvpn_api/api.dart';

Properties

Name Type Description Notes
id String
cancelUrl String
successUrl String
redirectUrl String [optional]
currency String
amountSubtotal double
amountTotal double
locale String [optional]
email String [optional]
products BuiltList<CheckoutSessionProduct>
paymentStatus String
status String
trialPeriod String Trial period duration in ISO 8601 format. [optional]
user String [optional]
createdAt DateTime
expiresAt DateTime

[Back to Model list] [Back to API list] [Back to README]