Advertisement
Guest User

Untitled

a guest
Apr 30th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. {
  2. "name": "Monthly Plan",
  3. "description": "Monthly plan based subscription",
  4. "status": "ACTIVE",
  5. "usage_type": "LICENSED",
  6. "product_id": "PROD-32M79039A8219464Y",
  7. "billing_cycles": [
  8. {
  9. "frequency": {
  10. "interval_unit": "MONTH",
  11. "interval_count": 1
  12. },
  13. "tenure_type": "TRIAL",
  14. "sequence": 1,
  15. "total_cycles": 1,
  16. "pricing_scheme": {
  17. "fixed_price": {
  18. "value": "14.99",
  19. "currency_code": "EUR"
  20. }
  21. }
  22. },
  23. {
  24. "frequency": {
  25. "interval_unit": "MONTH",
  26. "interval_count": 1
  27. },
  28. "tenure_type": "REGULAR",
  29. "sequence": 2,
  30. "total_cycles": 0,
  31. "pricing_scheme": {
  32. "fixed_price": {
  33. "value": "14.99",
  34. "currency_code": "EUR"
  35. }
  36. }
  37. }
  38. ],
  39. "payment_preferences": {
  40. "auto_bill_outstanding": true,
  41. "setup_fee": {
  42. "value": "14.99",
  43. "currency_code": "EUR"
  44. },
  45. "setup_fee_failure_action": "CANCEL",
  46. "payment_failure_threshold": 0
  47. },
  48. "taxes": {
  49. "percentage": "0",
  50. "inclusive": false
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement