Sha256: d0555795ec4146a1c52e88d77a779dc96c047598f9fc053a8119de8b1d26f992
Contents?: true
Size: 892 Bytes
Versions: 14
Compression:
Stored size: 892 Bytes
Contents
# OpenapiClient::EncryptedGooglePay ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**EncryptedGooglePayData**](EncryptedGooglePayData.md) | | **signature** | **String** | Signature for verifying that the message comes from Google. The signature is created using ECDSA. | **version** | **String** | Identifies under which encryption/signing scheme this message has been created. In this way, the protocol can evolve over time if needed. For Google Payments transactions, this should be set to ECv1. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::EncryptedGooglePay.new(data: null, signature: MEUCIFWTRWUZAOM5nfJC79FtJm56olnbwG4H5uWWxAUWAquiAiEA24j/BcOroeISsdJzYsyoVi8wzu4tnmKw+jdsGfuvPko=, version: ECv1) ```
Version data entries
14 entries across 14 versions & 1 rubygems