Sha256: b2dbe05664c4cc74181094cbc0b9943beb239d7e9be83afe91e4723caff0d88e
Contents?: true
Size: 604 Bytes
Versions: 3
Compression:
Stored size: 604 Bytes
Contents
# VeloPayments::PayeeInvitationStatusResponseV3 ## 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::PayeeInvitationStatusResponseV3.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