Sha256: e115c9e1e204435e4e2a113fd71899f599d97a81e19e78cb8dd0339a0b83f2fc
Contents?: true
Size: 578 Bytes
Versions: 5
Compression:
Stored size: 578 Bytes
Contents
# VeloPayments::PayeeInvitationStatus ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payee_id** | **String** | | **invitation_status** | **String** | | **grace_period_end_date** | **Date** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayeeInvitationStatus.new(payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, invitation_status: ACCEPTED, grace_period_end_date: Sun Feb 03 00:00:00 GMT 2019) ```
Version data entries
5 entries across 5 versions & 1 rubygems