Sha256: 186b4e49df28b5302c96f301c636e6407c21f18ee2c0d04c0961214fb409b28d
Contents?: true
Size: 525 Bytes
Versions: 12
Compression:
Stored size: 525 Bytes
Contents
# OpenapiClient::PaymentDeviceDisbursementTransactionAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_method** | [**PaymentDevicePaymentMethod**](PaymentDevicePaymentMethod.md) | | **disbursement** | [**Disbursement**](Disbursement.md) | | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentDeviceDisbursementTransactionAllOf.new(payment_method: null, disbursement: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems