Sha256: 4d9009dd53d3ea997432d983355ecaad9b3b03993ab498011f9ab6d44ccc8e87
Contents?: true
Size: 595 Bytes
Versions: 37
Compression:
Stored size: 595 Bytes
Contents
# MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_guid** | **String** | | [optional] | | **member_guid** | **String** | | [optional] | | **user_guid** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::PaymentProcessorAuthorizationCodeRequest.new( account_guid: ACT-4d4c0068-33bc-4d06-bbd6-cd270fd0135c, member_guid: MBR-46637bc5-942d-4229-9370-ddd858bf805e, user_guid: USR-f12b1f5a-7cbe-467c-aa30-0a10d0b2f549 ) ```
Version data entries
37 entries across 37 versions & 1 rubygems