docs/ChinaDomesticPaymentMethod.md in first_data_gateway-1.2.0 vs docs/ChinaDomesticPaymentMethod.md in first_data_gateway-1.3.0
- old
+ new
@@ -1,9 +1,19 @@
# 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)
+```