apiV2CustomerStripePaymentCallbackCreate method
Implementation
Future<void> apiV2CustomerStripePaymentCallbackCreate() async {
final response = await apiV2CustomerStripePaymentCallbackCreateWithHttpInfo();
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}