Sha256: b3f6f0cfad396d5031e6cc8ad23f26e8537a641acf4d1c2e8108079f6397ad62
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
# VeloPayments::PayoutPrincipal ## 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. | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutPrincipal.new( principal: null, principal_id: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems