Select-Stripe Cmdlet
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'"