# OpenapiClient::RecurringPaymentDetailsResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recurring_payment_details** | [**RecurringPaymentDetails**](RecurringPaymentDetails.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::RecurringPaymentDetailsResponseAllOf.new(recurring_payment_details: null) ```