Sha256: b6332ab1c0b29e44eb6bfe5d3048f662a242ef47529ea3631e005853f08d0551
Contents?: true
Size: 570 Bytes
Versions: 10
Compression:
Stored size: 570 Bytes
Contents
# OpenapiClient::AccountInfoLookupRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_type** | **String** | Object name of the account verification request. | **store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same app. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AccountInfoLookupRequest.new(request_type: PaymentCardInfoLookupRequest, store_id: 12345500000) ```
Version data entries
10 entries across 10 versions & 1 rubygems