Sha256: 01331020b6eb0a2202d7684c5956ce3072949bd07c59603ffaf12512a8d58cfd
Contents?: true
Size: 604 Bytes
Versions: 3
Compression:
Stored size: 604 Bytes
Contents
# VeloPayments::PayeeInvitationStatusResponseV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payee_id** | **String** | | | | **invitation_status** | **String** | Payee invitation status. One of the following values: ACCEPTED, PENDING, DECLINED | | | **grace_period_end_date** | **Date** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayeeInvitationStatusResponseV4.new( payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, invitation_status: null, grace_period_end_date: Sun Jan 20 00:00:00 UTC 2019 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems