CreateMobileAuthorizationCodeResponse

November 20, 2019 ยท View on GitHub

Description

Defines the fields that are included in the response body of a request to the CreateMobileAuthorizationCode endpoint.

Properties

NameGetterSetterTypeDescriptionNotes
authorization_codegetAuthorizationCode()setAuthorizationCode($value)stringGenerated authorization code that connects a mobile application instance to a Square account.[optional]
expires_atgetExpiresAt()setExpiresAt($value)stringThe timestamp when `authorization_code` expires in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z".[optional]
errorgetError()setError($value)\SquareConnect\Model\ErrorAn error object that provides details about how creation of authorization code failed.[optional]

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

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