Skip to content

Commit 72c2dcc

Browse files
author
serverpod_cloud
committed
feat(gc): 2efe1dfce7ed0308319a8da47389644f340f6e03
1 parent 8ee9d3d commit 72c2dcc

3 files changed

Lines changed: 197 additions & 110 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,12 @@ class EndpointPlans extends _i1.EndpointRef {
992992
String get name => 'plans';
993993

994994
/// Procures a subscription plan.
995+
///
996+
/// For plans that depend on the customer billing type (private / business),
997+
/// the user must have a customer billing type configured. If not,
998+
/// a [NoCustomerBillingTypeException] is thrown.
999+
///
1000+
/// If the plan is not available to procure, a [ProcurementDeniedException] is thrown.
9951001
_i2.Future<String> procurePlan({
9961002
String? planProductName,
9971003
@Deprecated('Use planProductName instead') String? planName,

0 commit comments

Comments
 (0)