Sha256: 052726b6719d821258b59c4fd6429c766dcdc1fc2279e2785f8b564e05d5fac7
Contents?: true
Size: 844 Bytes
Versions: 2
Compression:
Stored size: 844 Bytes
Contents
# OpenapiClient::AccountVerificationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_type** | **String** | Object name of the account verification request. | **billing_address** | [**Address**](Address.md) | | [optional] **store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same app. | [optional] **additional_details** | [**AdditionalDetails**](AdditionalDetails.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AccountVerificationRequest.new(request_type: PaymentCardVerificationRequest, billing_address: null, store_id: 12345500000, additional_details: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.7.1 | docs/AccountVerificationRequest.md |
first_data_gateway-1.7.0 | docs/AccountVerificationRequest.md |