diff --git a/src/MercadoPago/Resource/OAuth/OAuthCredential.cs b/src/MercadoPago/Resource/OAuth/OAuthCredential.cs index 67359e5a..a2726a29 100644 --- a/src/MercadoPago/Resource/OAuth/OAuthCredential.cs +++ b/src/MercadoPago/Resource/OAuth/OAuthCredential.cs @@ -32,6 +32,21 @@ public class OAuthCredential : IResource /// public string RefreshToken { get; set; } + /// + /// Identification number (Mercado Pago ID). + /// + public long UserId { get; set; } + + /// + /// Public key of the application. + /// + public string PublicKey { get; set; } + + /// + /// Production or test mode. + /// + public bool LiveMode { get; set; } + /// /// Response from API. ///