Sha256: b28d157605c545320cd23640fbd1617d74cf3e92c3dff970790839bb4395d26f
Contents?: true
Size: 729 Bytes
Versions: 4
Compression:
Stored size: 729 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: Secure3DAuthenticationUpdateRequest, billing_address: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems