docs/AliPayPaymentMethod.md in first_data_gateway-1.2.0 vs docs/AliPayPaymentMethod.md in first_data_gateway-1.3.0

- old
+ new

@@ -1,8 +1,17 @@ # OpenapiClient::AliPayPaymentMethod ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ali_pay** | [**AliPay**](AliPay.md) | | + +## Code Sample + +```ruby +require 'OpenapiClient' + +instance = OpenapiClient::AliPayPaymentMethod.new(ali_pay: null) +```