Cmdlets for Stripe

Build 23.0.8839

Select-Stripe Cmdlet

Parameters   Output Objects  

Stripe データを検索します。

Syntax

Select-Stripe [parameters]

Remarks

Select-Stripe コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてStripe データを検索できます。

$conn = Connect-Stripe -OAuthClientId 'MyClientId' -OAuthClientSecret 'MySecretKey' -CallbackURL 'http://localhost:33333'
Select-Stripe -Connection $conn -Table "Customers" -Columns @("Discount","Email") -Where "Delinquent='False'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839