docs/PayeeInvitationStatusResponse2.md in velopayments-2.23.78.beta1 vs docs/PayeeInvitationStatusResponse2.md in velopayments-2.26.124.beta1

- old
+ new

@@ -1,21 +1,22 @@ # VeloPayments::PayeeInvitationStatusResponse2 ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**payee_id** | **String** | | -**invitation_status** | **String** | | -**grace_period_end_date** | **Date** | | [optional] +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **payee_id** | **String** | | | +| **invitation_status** | **String** | | | +| **grace_period_end_date** | **Date** | | [optional] | -## Code Sample +## Example ```ruby -require 'VeloPayments' +require 'velopayments' -instance = VeloPayments::PayeeInvitationStatusResponse2.new(payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, - invitation_status: null, - grace_period_end_date: Sun Jan 20 00:00:00 GMT 2019) +instance = VeloPayments::PayeeInvitationStatusResponse2.new( + payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, + invitation_status: null, + grace_period_end_date: Sun Jan 20 00:00:00 UTC 2019 +) ``` -