Sha256: ac534e55f98b1f5994286ab39a4e66938dd46f3c7dfbd787549d10621c65c211
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
# YousignClient::InlineObject2 ## 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::InlineObject2.new(code: null, sign_image: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yousign_client-1.0.3 | docs/InlineObject2.md |
yousign_client-1.0.2 | docs/InlineObject2.md |
yousign_client-1.0.1 | docs/InlineObject2.md |