Sha256: 6eccd7d935d497df854969529a67dee81cffb56b537028d4ae74a6d2cc8536ca
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
# MxPlatformRuby::PaymentProcessorTokenResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_token** | **String** | | [optional] | | **scope** | **String** | | [optional] | | **token_type** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::PaymentProcessorTokenResponseBody.new( access_token: jUmJS4AZVdvywAMO_JWKwZ8fvY9ZZQINSBHTKkHMw-c, scope: payment_accounts, token_type: bearer ) ```
Version data entries
3 entries across 3 versions & 1 rubygems