Initial project import
This commit is contained in:
11
node_modules/stripe/esm/resources/AccountLinks.js
generated
vendored
Normal file
11
node_modules/stripe/esm/resources/AccountLinks.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../StripeResource.js';
|
||||
export class AccountLinkResource extends StripeResource {
|
||||
/**
|
||||
* Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.
|
||||
*/
|
||||
create(params, options) {
|
||||
return this._makeRequest('POST', '/v1/account_links', params, options);
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=AccountLinks.js.map
|
||||
Reference in New Issue
Block a user