Sha256: 32402f2bdb99929b8ad446654c8947d59e5c6ab55bc6f46a7ab116816e3f7cd4
Contents?: true
Size: 1012 Bytes
Versions: 5
Compression:
Stored size: 1012 Bytes
Contents
# VeloPayments::PaymentDelta ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_id** | **String** | | [readonly] **payout_id** | **String** | | [readonly] **payor_payment_id** | **String** | | [optional] **payment_currency** | **String** | | [optional] **payment_amount** | **Integer** | | [optional] **status** | **String** | | [optional] **source_currency** | **String** | | [optional] **source_amount** | **Integer** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PaymentDelta.new(payment_id: null, payout_id: null, payor_payment_id: null, payment_currency: null, payment_amount: null, status: null, source_currency: null, source_amount: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems