Sha256: 5ae1224b00bf0009add0e616f0214403ae6aa522752ee73e841b6ac0cd422bd9

Contents?: true

Size: 550 Bytes

Versions: 11

Compression:

Stored size: 550 Bytes

Contents

# OpenapiClient::UnionPayAuthenticationUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sms_verification_code** | **String** | Customer mobile number for SMS verification. | 
**security_code** | **String** | Card security code if required by merchant. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::UnionPayAuthenticationUpdateRequest.new(sms_verification_code: 111111,
                                 security_code: 123)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.13.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.12.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.11.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.10.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.9.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.8.1 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.8.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.7.1 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.7.0 docs/UnionPayAuthenticationUpdateRequest.md
first_data_gateway-1.6.0 docs/UnionPayAuthenticationUpdateRequest.md