Skip to content

Commit eafba4c

Browse files
author
serverpod_cloud
committed
feat(console): e4d69f11e30646ea0d1f004996ffcecf1664503c
1 parent ce27156 commit eafba4c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,13 @@ class EndpointBilling extends _i1.EndpointRef {
544544
caller.callServerEndpoint<void>('billing', 'setDefaultPaymentMethod', {
545545
'paymentMethodId': paymentMethodId,
546546
});
547+
548+
/// Checks if the owner is in good standing.
549+
///
550+
/// Verifies that the owner's billing account is active and has no outstanding
551+
/// issues that would prevent normal operation of the service.
552+
_i2.Future<bool> ownerIsInGoodStanding() =>
553+
caller.callServerEndpoint<bool>('billing', 'ownerIsInGoodStanding', {});
547554
}
548555

549556
/// {@category Endpoint}

0 commit comments

Comments
 (0)