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

Version Path
first_data_gateway-1.14.0 docs/EncryptedGooglePay.md
first_data_gateway-1.13.0 docs/EncryptedGooglePay.md
first_data_gateway-1.12.0 docs/EncryptedGooglePay.md
first_data_gateway-1.11.0 docs/EncryptedGooglePay.md
first_data_gateway-1.10.0 docs/EncryptedGooglePay.md
first_data_gateway-1.9.0 docs/EncryptedGooglePay.md
first_data_gateway-1.8.1 docs/EncryptedGooglePay.md
first_data_gateway-1.8.0 docs/EncryptedGooglePay.md
first_data_gateway-1.7.1 docs/EncryptedGooglePay.md
first_data_gateway-1.7.0 docs/EncryptedGooglePay.md
first_data_gateway-1.6.0 docs/EncryptedGooglePay.md
first_data_gateway-1.5.0 docs/EncryptedGooglePay.md
first_data_gateway-1.4.0 docs/EncryptedGooglePay.md
first_data_gateway-1.3.0 docs/EncryptedGooglePay.md