Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.83 KB

RenewTokenResponse.md

File metadata and controls

21 lines (14 loc) · 1.83 KB

RenewTokenResponse

Description

Note: This model is deprecated.

Properties

Name Getter Setter Type Description Notes
access_token getAccessToken() setAccessToken($value) string The renewed access token. This value might be different from the `access_token` you provided in your request. You provide this token in a header with every request to Connect API endpoints. See Request and response headers for the format of this header. [optional]
token_type getTokenType() setTokenType($value) string This value is always bearer. [optional]
expires_at getExpiresAt() setExpiresAt($value) string The date when access_token expires, in ISO 8601 format. [optional]
merchant_id getMerchantId() setMerchantId($value) string The ID of the authorizing merchant's business. [optional]
subscription_id getSubscriptionId() setSubscriptionId($value) string LEGACY FIELD. The ID of the merchant subscription associated with the authorization. Only present if the merchant signed up for a subscription during authorization.. [optional]
plan_id getPlanId() setPlanId($value) string LEGACY FIELD. The ID of the subscription plan the merchant signed up for. Only present if the merchant signed up for a subscription during authorization. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]