Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Monthly Plan",
- "description": "Monthly plan based subscription",
- "status": "ACTIVE",
- "usage_type": "LICENSED",
- "product_id": "PROD-32M79039A8219464Y",
- "billing_cycles": [
- {
- "frequency": {
- "interval_unit": "MONTH",
- "interval_count": 1
- },
- "tenure_type": "TRIAL",
- "sequence": 1,
- "total_cycles": 1,
- "pricing_scheme": {
- "fixed_price": {
- "value": "14.99",
- "currency_code": "EUR"
- }
- }
- },
- {
- "frequency": {
- "interval_unit": "MONTH",
- "interval_count": 1
- },
- "tenure_type": "REGULAR",
- "sequence": 2,
- "total_cycles": 0,
- "pricing_scheme": {
- "fixed_price": {
- "value": "14.99",
- "currency_code": "EUR"
- }
- }
- }
- ],
- "payment_preferences": {
- "auto_bill_outstanding": true,
- "setup_fee": {
- "value": "14.99",
- "currency_code": "EUR"
- },
- "setup_fee_failure_action": "CANCEL",
- "payment_failure_threshold": 0
- },
- "taxes": {
- "percentage": "0",
- "inclusive": false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement