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