Package com.stripe.service
Class FrMealVouchersOnboardingService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.FrMealVouchersOnboardingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a French Meal Vouchers Onboarding object that represents a restaurant’s onboarding status and starts the onboarding process.create(FrMealVouchersOnboardingCreateParams params, RequestOptions options) Creates a French Meal Vouchers Onboarding object that represents a restaurant’s onboarding status and starts the onboarding process.list()Lists French Meal Vouchers Onboarding objects.list(RequestOptions options) Lists French Meal Vouchers Onboarding objects.Lists French Meal Vouchers Onboarding objects.list(FrMealVouchersOnboardingListParams params, RequestOptions options) Lists French Meal Vouchers Onboarding objects.Retrieves the details of a French Meal Vouchers Onboarding object.retrieve(String id, RequestOptions options) Retrieves the details of a French Meal Vouchers Onboarding object.retrieve(String id, FrMealVouchersOnboardingRetrieveParams params) Retrieves the details of a French Meal Vouchers Onboarding object.retrieve(String id, FrMealVouchersOnboardingRetrieveParams params, RequestOptions options) Retrieves the details of a French Meal Vouchers Onboarding object.update(String id, FrMealVouchersOnboardingUpdateParams params) Updates the details of a restaurant’s French Meal Vouchers Onboarding object.update(String id, FrMealVouchersOnboardingUpdateParams params, RequestOptions options) Updates the details of a restaurant’s French Meal Vouchers Onboarding object.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 Lists French Meal Vouchers Onboarding objects.- Throws:
StripeException
-
list
public StripeCollection<FrMealVouchersOnboarding> list(RequestOptions options) throws StripeException Lists French Meal Vouchers Onboarding objects.- Throws:
StripeException
-
list
Lists French Meal Vouchers Onboarding objects.- Throws:
StripeException
-
list
public StripeCollection<FrMealVouchersOnboarding> list(FrMealVouchersOnboardingListParams params, RequestOptions options) throws StripeException Lists French Meal Vouchers Onboarding objects.- Throws:
StripeException
-
create
public FrMealVouchersOnboarding create(FrMealVouchersOnboardingCreateParams params) throws StripeException Creates a French Meal Vouchers Onboarding object 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 a French Meal Vouchers Onboarding object 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 French Meal Vouchers Onboarding object.- Throws:
StripeException
-
retrieve
Retrieves the details of a French Meal Vouchers Onboarding object.- Throws:
StripeException
-
retrieve
Retrieves the details of a French Meal Vouchers Onboarding object.- Throws:
StripeException
-
retrieve
public FrMealVouchersOnboarding retrieve(String id, FrMealVouchersOnboardingRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a French Meal Vouchers Onboarding object.- Throws:
StripeException
-
update
public FrMealVouchersOnboarding update(String id, FrMealVouchersOnboardingUpdateParams params) throws StripeException Updates the details of a restaurant’s French Meal Vouchers Onboarding object.- Throws:
StripeException
-
update
public FrMealVouchersOnboarding update(String id, FrMealVouchersOnboardingUpdateParams params, RequestOptions options) throws StripeException Updates the details of a restaurant’s French Meal Vouchers Onboarding object.- Throws:
StripeException
-