line_messaging_api 0.0.3

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SubscribedMembershipPlan

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**membership_id** | **i32** | Membership plan ID. | 
**title** | **String** | Membership plan name. | 
**description** | **String** | Membership plan description. | 
**benefits** | **Vec<String>** | List of membership plan perks. | 
**price** | **f64** | Monthly fee for membership plan. (e.g. 1500.00) | 
**currency** | **String** | The currency of membership.price. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)