# OpenapiClient::ChinaDomesticPaymentMethod ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **china_domestic** | [**ChinaDomestic**](ChinaDomestic.md) | | **brand** | **String** | | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ChinaDomesticPaymentMethod.new(china_domestic: null, brand: null) ```