Cmdlets for Stripe

Build 24.0.8963

Add-Stripe Cmdlet

Parameters   Output Objects  

Inserts Stripe data.

Syntax

Add-Stripe [parameters]

Remarks

The Add-Stripe cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Stripe records.

Add-Stripe -Connection $connection -Table "Customers" -Columns @("Email") -Values @("[email protected]")

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