features/subscripton/model/check_subscription_response library

Functions

checkSubscriptionResponseFromJson(String str) CheckSubscriptionResponse
data : {"subscriptionType":null,"productId":"com.pallz.pallz_monthly","expiryDate":"2025-05-12T16:38:35","purchasedDate":"2025-05-12T16:33:35","isActive":true,"isTrial":false,"isCancelled":false,"isUpdated":false,"subscriptionPrice":0,"hasFreeAccess":false,"hasUserSubscribedOnces":false} message : "Success" apiName : "GetUserSubscription"
checkSubscriptionResponseToJson(CheckSubscriptionResponse data) String
dataFromJson(String str) CheckSubscriptionData
subscriptionType : null productId : "com.pallz.pallz_monthly" expiryDate : "2025-05-12T16:38:35" purchasedDate : "2025-05-12T16:33:35" isActive : true isTrial : false isCancelled : false isUpdated : false subscriptionPrice : 0 hasFreeAccess : false hasUserSubscribedOnces : false
dataToJson(CheckSubscriptionData data) String