# OpenapiClient::PaymentMethodPaymentSchedulesRequestAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_method** | [**PaymentCardPaymentMethod**](PaymentCardPaymentMethod.md) | | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentMethodPaymentSchedulesRequestAllOf.new(payment_method: null) ```