# OpenapiClient::WalletPaymentMethod ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **wallet_type** | **String** | Type of wallet. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::WalletPaymentMethod.new(wallet_type: EncryptedApplePayWalletPaymentMethod) ```