Sha256: 22cd5e329d8451c344de812fd919e83532b4c0cec0e6e6cb325fc165be266f7d
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
# PCPServerSDK::PayoutResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payout_output** | [**PayoutOutput**](PayoutOutput.md) | | [optional] | | **status** | [**StatusValue**](StatusValue.md) | | [optional] | | **status_category** | [**StatusCategoryValue**](StatusCategoryValue.md) | | [optional] | | **id** | **String** | Unique payment transaction identifier of the payment gateway. | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::PayoutResponse.new( payout_output: null, status: null, status_category: null, id: PP1AA7KKLSFB9MBG ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/PayoutResponse.md |
pcp-server-ruby-sdk-0.1.0 | docs/PayoutResponse.md |