GetGooglePayConfigurationResponse

data class GetGooglePayConfigurationResponse(val identifier: String?, val environment: String?, val processor: String?, val processorKey: String?)

The Google Pay merchant configuration returned by the wallet API.

Constructors

Link copied to clipboard
constructor(identifier: String?, environment: String?, processor: String?, processorKey: String?)

Properties

Link copied to clipboard

The Google Pay environment (e.g., "TEST" or "PRODUCTION").

Link copied to clipboard

The merchant identifier registered with Google Pay.

Link copied to clipboard

The payment processor associated with this merchant.

Link copied to clipboard
@SerializedName(value = "processor_key")
val processorKey: String?

The public key or token used to communicate with the processor.