paytm v0.8.1 Paytm.API.OAuth.Token

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Paytm.API.OAuth.Token{
  access_token: String.t(),
  customer_id: String.t() | nil,
  email: String.t() | nil,
  expires_at: integer() | nil,
  phone: String.t() | nil,
  scope: String.t() | nil
}