@maxim_mazurok/gapi.client.paymentsresellersubscription
TypeScript icon, indicating that this package has built-in type declarations

1.0.20220811 • Public • Published

TypeScript typings for Payments Reseller Subscription API v1

For detailed description please check documentation.

Installing

Install typings for Payments Reseller Subscription API:

npm install @types/gapi.client.paymentsresellersubscription@v1 --save-dev

Usage

You need to initialize Google API client in your code:

gapi.load('client', () => {
  // now we can use gapi.client
  // ...
});

Then load api client wrapper:

gapi.client.load('paymentsresellersubscription', 'v1', () => {
  // now we can use gapi.client.paymentsresellersubscription
  // ...
});

After that you can use Payments Reseller Subscription API resources:

Readme

Keywords

none

Package Sidebar

Install

npm i @maxim_mazurok/gapi.client.paymentsresellersubscription

Weekly Downloads

0

Version

1.0.20220811

License

MIT

Unpacked Size

57.9 kB

Total Files

6

Last publish

Collaborators

  • maxim_mazurok