| Name | Type | Description | Notes |
|---|---|---|---|
| b_creditcardclientrelation_isdefault | Boolean | Whether if it's the creditcardclient is the default one | [optional] |
require 'Ezmaxapi'
instance = EzmaxApi::CreditcardclientRequestPatch.new(
b_creditcardclientrelation_isdefault: true
)