Add-Stripe Cmdlet
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]")