Sha256: 7db3f15ba6f83791aae7cae0ddc9ba2ba057bd3c89a3c6337a97f4db4a3fd0c1
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# VeloPayments::UpdatePayeeDetailsRequestV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | [**PayeeAddressV3**](PayeeAddressV3.md) | | [optional] | | **individual** | [**IndividualV3**](IndividualV3.md) | | [optional] | | **company** | [**CompanyV3**](CompanyV3.md) | | [optional] | | **language** | **String** | An IETF BCP 47 language code which has been configured for use within this Velo environment.<BR> See the /v1/supportedLanguages endpoint to list the available codes for an environment. | [optional] | | **payee_type** | [**PayeeTypeEnum**](PayeeTypeEnum.md) | | [optional] | | **challenge** | [**ChallengeV3**](ChallengeV3.md) | | [optional] | | **email** | **String** | | [optional] | | **contact_sms_number** | **String** | The phone number of a device that the payee wishes to receive sms messages on | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::UpdatePayeeDetailsRequestV3.new( address: null, individual: null, company: null, language: en-US, payee_type: null, challenge: null, email: bob@example.com, contact_sms_number: 11235555555 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/UpdatePayeeDetailsRequestV3.md |