wepay.calls.app Module¶
-
class
wepay.calls.app.App(api)[source]¶ The /app API calls
-
__call__(client_id, client_secret, **kwargs)[source]¶ Call documentation: /app, plus extra keyword parameter:
Parameters: - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- batch_mode (bool) – turn on/off the batch_mode, see
-
modify(client_id, client_secret, **kwargs)¶ Call documentation: /app/modify, plus extra keyword parameter:
Parameters: - batch_mode (bool) – turn on/off the batch_mode, see
wepay.api.WePay - batch_reference_id (str) – reference_id param for batch call,
see
wepay.api.WePay - api_version (str) – WePay API version, see
wepay.api.WePay
- batch_mode (bool) – turn on/off the batch_mode, see
-