Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 892 Bytes

File metadata and controls

21 lines (14 loc) · 892 Bytes

OpenapiClient::EncryptedGooglePay

Properties

Name Type Description Notes
data EncryptedGooglePayData
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

require 'OpenapiClient'

instance = OpenapiClient::EncryptedGooglePay.new(data: null,
                                 signature: MEUCIFWTRWUZAOM5nfJC79FtJm56olnbwG4H5uWWxAUWAquiAiEA24j/BcOroeISsdJzYsyoVi8wzu4tnmKw+jdsGfuvPko=,
                                 version: ECv1)