Sha256: 053f03bf9bfe7c5686c0be60ca79543b952f02878c4ac3844b1c30d28b294157
Contents?: true
Size: 731 Bytes
Versions: 7
Compression:
Stored size: 731 Bytes
Contents
# OpenapiClient::AuthenticationUpdateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **String** | An optional Outlet ID for clients that support multiple stores in the same developer app. | [optional] **authentication_type** | **String** | Object name of the authentication update request. | **billing_address** | [**Address**](Address.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AuthenticationUpdateRequest.new(store_id: 12345500000, authentication_type: Secure3D10AuthenticationUpdateRequest, billing_address: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems