Sha256: 606d437c988c143a502727967528e56331739933bbab627bb861f1bab9cd6c87

Contents?: true

Size: 799 Bytes

Versions: 5

Compression:

Stored size: 799 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] |

## Example

```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

Version Path
velopayments-2.37.150.beta1 docs/PaymentDelta.md
velopayments-2.35.58 docs/PaymentDelta.md
velopayments-2.35.58.beta1 docs/PaymentDelta.md
velopayments-2.29.128.beta1 docs/PaymentDelta.md
velopayments-2.26.124.beta1 docs/PaymentDelta.md