Sha256: a9ed3f3e2e5f753ecde87db89223d15321e3f8fdc474bbddd8a7f36df9b993d3
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 Bytes
Contents
# VeloPayments::ResendTokenRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **token_type** | **String** | The type of the token to resend | | | **verification_code** | **String** | <p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p> | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::ResendTokenRequest.new( token_type: INVITE_MFA_USER, verification_code: 123456 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems