Sha256: a20eaa97908903c899c3938b192d7842d96d7e8e6bd6a6d90c54a61b69fb19ce
Contents?: true
Size: 803 Bytes
Versions: 5
Compression:
Stored size: 803 Bytes
Contents
# VeloPayments::PaymentDeltaV1 ## 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] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PaymentDeltaV1.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