Sha256: ac87f9ab226eb20c940567fa8d510ff0cd2e3b236709e52a8448867d1bc97585
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
# YousignClient::InlineObject1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | Code sms received by user | **sign_image** | **String** | Image of signature (base 64) | [optional] ## Code Sample ```ruby require 'YousignClient' instance = YousignClient::InlineObject1.new(code: null, sign_image: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yousign_client-1.0.3 | docs/InlineObject1.md |
yousign_client-1.0.2 | docs/InlineObject1.md |
yousign_client-1.0.1 | docs/InlineObject1.md |