Sha256: 11fa01cec776c2e850e4ba4243701f1b605b8e7412d88b513edbbbb51e464032
Contents?: true
Size: 516 Bytes
Versions: 12
Compression:
Stored size: 516 Bytes
Contents
# OpenapiClient::PaymentDevicePaymentMethodAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_device** | [**PaymentDevice**](PaymentDevice.md) | | **payment_facilitator** | [**PaymentFacilitator**](PaymentFacilitator.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentDevicePaymentMethodAllOf.new(payment_device: null, payment_facilitator: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems