From 30c7f14e7a3085f98e6dcefc2a33275f1f3d61dc Mon Sep 17 00:00:00 2001 From: Maarten van Vliet Date: Tue, 8 Nov 2016 16:16:07 +0100 Subject: [PATCH] Add initial_charge_after_trial field to product The API returns this field now, better have it documented --- doculab/docs/api-products.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/doculab/docs/api-products.textile b/doculab/docs/api-products.textile index 5984c48..3b6de27 100644 --- a/doculab/docs/api-products.textile +++ b/doculab/docs/api-products.textile @@ -33,6 +33,7 @@ All of the product attribute fields are returned from GET (read) operations. ** @url@ The url where the signup page can be viewed ** @return_url@ The url to which a customer will be returned after a successful signup ** @return_params@ The params to be appended to the @return_url@ +* @initial_charge_after_trial@ Boolean indicating whether to charge setup fee before or after trail period h2(#input-create). Input Attributes (Create)