recurring_application_charges.json 195 B

12345678910
  1. {
  2. "recurring_application_charges": [
  3. {
  4. "name": "Super Duper Plan",
  5. "price": 10.0,
  6. "return_url": "http://super-duper.shopifyapps.com",
  7. "status": "active"
  8. }
  9. ]
  10. }