Class FrMealVouchersOnboardingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aFrench Meal Vouchers Onboardingobject that represents a restaurant’s onboarding status and starts the onboarding process.create(FrMealVouchersOnboardingCreateParams params, RequestOptions options) Creates aFrench Meal Vouchers Onboardingobject that represents a restaurant’s onboarding status and starts the onboarding process.list()ListsFrench Meal Vouchers Onboardingobjects.list(RequestOptions options) ListsFrench Meal Vouchers Onboardingobjects.ListsFrench Meal Vouchers Onboardingobjects.list(FrMealVouchersOnboardingListParams params, RequestOptions options) ListsFrench Meal Vouchers Onboardingobjects.Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.retrieve(String id, RequestOptions options) Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.retrieve(String id, FrMealVouchersOnboardingRetrieveParams params) Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.retrieve(String id, FrMealVouchersOnboardingRetrieveParams params, RequestOptions options) Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.update(String id, FrMealVouchersOnboardingUpdateParams params) Updates the details of a restaurant’sFrench Meal Vouchers Onboardingobject by setting the values of the parameters passed.update(String id, FrMealVouchersOnboardingUpdateParams params, RequestOptions options) Updates the details of a restaurant’sFrench Meal Vouchers Onboardingobject by setting the values of the parameters passed.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FrMealVouchersOnboardingService
-
-
Method Details
-
list
public StripeCollection<FrMealVouchersOnboarding> list(FrMealVouchersOnboardingListParams params) throws StripeException ListsFrench Meal Vouchers Onboardingobjects. The objects are returned in sorted order, with the most recently created objects appearing first.- Throws:
StripeException
-
list
public StripeCollection<FrMealVouchersOnboarding> list(RequestOptions options) throws StripeException ListsFrench Meal Vouchers Onboardingobjects. The objects are returned in sorted order, with the most recently created objects appearing first.- Throws:
StripeException
-
list
ListsFrench Meal Vouchers Onboardingobjects. The objects are returned in sorted order, with the most recently created objects appearing first.- Throws:
StripeException
-
list
public StripeCollection<FrMealVouchersOnboarding> list(FrMealVouchersOnboardingListParams params, RequestOptions options) throws StripeException ListsFrench Meal Vouchers Onboardingobjects. The objects are returned in sorted order, with the most recently created objects appearing first.- Throws:
StripeException
-
create
public FrMealVouchersOnboarding create(FrMealVouchersOnboardingCreateParams params) throws StripeException Creates aFrench Meal Vouchers Onboardingobject that represents a restaurant’s onboarding status and starts the onboarding process.- Throws:
StripeException
-
create
public FrMealVouchersOnboarding create(FrMealVouchersOnboardingCreateParams params, RequestOptions options) throws StripeException Creates aFrench Meal Vouchers Onboardingobject that represents a restaurant’s onboarding status and starts the onboarding process.- Throws:
StripeException
-
retrieve
public FrMealVouchersOnboarding retrieve(String id, FrMealVouchersOnboardingRetrieveParams params) throws StripeException Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.Supply the unique
French Meal Vouchers OnboardingID that was returned from your previous request, and Stripe returns the corresponding onboarding information.- Throws:
StripeException
-
retrieve
Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.Supply the unique
French Meal Vouchers OnboardingID that was returned from your previous request, and Stripe returns the corresponding onboarding information.- Throws:
StripeException
-
retrieve
Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.Supply the unique
French Meal Vouchers OnboardingID that was returned from your previous request, and Stripe returns the corresponding onboarding information.- Throws:
StripeException
-
retrieve
public FrMealVouchersOnboarding retrieve(String id, FrMealVouchersOnboardingRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a previously createdFrench Meal Vouchers Onboardingobject.Supply the unique
French Meal Vouchers OnboardingID that was returned from your previous request, and Stripe returns the corresponding onboarding information.- Throws:
StripeException
-
update
public FrMealVouchersOnboarding update(String id, FrMealVouchersOnboardingUpdateParams params) throws StripeException Updates the details of a restaurant’sFrench Meal Vouchers Onboardingobject by setting the values of the parameters passed. Any parameters not provided are left unchanged. After you update the object, the onboarding process automatically restarts.You can only update
French Meal Vouchers Onboardingobjects with thepostal_codefield requirement inpast_due.- Throws:
StripeException
-
update
public FrMealVouchersOnboarding update(String id, FrMealVouchersOnboardingUpdateParams params, RequestOptions options) throws StripeException Updates the details of a restaurant’sFrench Meal Vouchers Onboardingobject by setting the values of the parameters passed. Any parameters not provided are left unchanged. After you update the object, the onboarding process automatically restarts.You can only update
French Meal Vouchers Onboardingobjects with thepostal_codefield requirement inpast_due.- Throws:
StripeException
-