Sha256: 9e3e5d63b9ce4e07a2a740712cd7df24c1be99c9fe7396e53a09e4270271587b
Contents?: true
Size: 468 Bytes
Versions: 10
Compression:
Stored size: 468 Bytes
Contents
# VeloPayments::PayoutPrincipalV4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **principal** | **String** | Email address if principal is a user or ID if application. | **principal_id** | **String** | The id of the principal. | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayoutPrincipalV4.new(principal: null, principal_id: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems