Sha256: f1c5dcd9892d230242936e9b8f7ea84e27a0162a5b686c5f9dd0c89cfa0b897c
Contents?: true
Size: 640 Bytes
Versions: 14
Compression:
Stored size: 640 Bytes
Contents
# OpenapiClient::CardVerificationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_card** | [**PaymentCard**](PaymentCard.md) | | **billing_address** | [**Address**](Address.md) | | [optional] **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::CardVerificationRequest.new(payment_card: null, billing_address: null, store_id: 12345500000) ```
Version data entries
14 entries across 14 versions & 1 rubygems