| Name | Type | Description | Notes |
|---|---|---|---|
| payment_card | PaymentCard | [optional] | |
| payment_method_type | PaymentMethodType | [optional] |
require 'OpenapiClient'
instance = OpenapiClient::PaymentMethodDetails.new(payment_card: null,
payment_method_type: null)